diff --git a/setup.cfg b/setup.cfg index 4c79b34d..b97beae0 100755 --- a/setup.cfg +++ b/setup.cfg @@ -2,7 +2,7 @@ [metadata] name = osl-dynamics -version = 1.2.dev12 +version = 1.3.0 description = Models for infering dynamics in neuroimaging data license = MIT long_description = file: README.rst @@ -13,22 +13,22 @@ project_urls = [options] install_requires = - glmtools - mat73 - matplotlib - mne - nibabel - nilearn - numba - numpy - pandas - pyyaml - pqdm - scipy - scikit-learn - seaborn - tabulate - tqdm + glmtools~=0.2.1 + mat73~=0.62 + matplotlib~=3.8.0 + mne~=1.5.1 + nibabel~=5.1.0 + nilearn~=0.10.2 + numba==0.58 + numpy~=1.25.2 + pandas~=2.1.1 + pyyaml~=6.0.1 + pqdm~=0.2.0 + scipy~=1.11.3 + scikit-learn~=1.3.1 + seaborn~=0.13.0 + tabulate~=0.9.0 + tqdm~=4.66.1 packages = osl_dynamics osl_dynamics.analysis diff --git a/setup.py b/setup.py index aaa5555f..1fd9a06d 100755 --- a/setup.py +++ b/setup.py @@ -4,4 +4,4 @@ from setuptools import setup if __name__ == "__main__": - setup() + setup(long_description_content_type='text/markdown')