Skip to content

Commit

Permalink
Merge pull request #18 from AMYPAD/devel
Browse files Browse the repository at this point in the history
next release v0.7.1
  • Loading branch information
casperdcl authored Jan 17, 2021
2 parents 7d5bf2d + a378f11 commit be0fc44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ classifiers=
setup_requires=setuptools>=42; wheel; setuptools_scm[toml]>=3.4
install_requires=
pathlib2; python_version <= "2.7"
tqdm
packages=find:
python_requires=>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*
[options.extras_require]
Expand All @@ -58,7 +59,7 @@ dev=
nii = nibabel; numpy
plot = matplotlib; numpy; scipy
cuda = argopt; pynvml
web = requests; tqdm
web = requests
mbeautify = argopt; %(web)s
[options.entry_points]
console_scripts =
Expand Down

0 comments on commit be0fc44

Please sign in to comment.