Skip to content

Commit

Permalink
Release: v1.3.0, pinned down requirement versions, fixed twine problem.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Feb 14, 2024
1 parent 735e388 commit d40c561
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from setuptools import setup

if __name__ == "__main__":
setup()
setup(long_description_content_type='text/markdown')

0 comments on commit d40c561

Please sign in to comment.