Skip to content

Commit aa1040c

Browse files
committed
Update setup.cfg
1 parent 3681c91 commit aa1040c

File tree

2 files changed

+12
-16
lines changed

2 files changed

+12
-16
lines changed

docs/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
22
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
33
nbsphinx
4-
nipype>=1.3.0rc1
5-
niworkflows ~= 1.0.1
4+
nipype ~= 1.3.1
5+
niworkflows ~= 1.1.0
66
packaging
77
pydot>=1.2.3
88
pydotplus
9-
smriprep ~= 0.4.0
9+
smriprep ~= 0.4.1
1010
sphinx-argparse
1111
sphinx>=2.1.2
1212
sphinx_rtd_theme

setup.cfg

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,28 +13,23 @@ classifiers =
1313
Intended Audience :: Science/Research
1414
Topic :: Scientific/Engineering :: Image Recognition
1515
License :: OSI Approved :: BSD License
16-
Programming Language :: Python :: 3.5
1716
Programming Language :: Python :: 3.6
1817
Programming Language :: Python :: 3.7
18+
Programming Language :: Python :: 3.8
1919

2020
[options]
2121
python_requires = >=3.5
2222
install_requires =
23-
dipy >= 1.0.0
23+
dipy >=1.0.0
2424
indexed_gzip >=0.8.8
25-
nibabel >=2.2.1
26-
nilearn !=0.5.0, !=0.5.1
27-
nipype >=1.2.0
28-
niworkflows ~= 1.0.1
25+
nibabel ~= 3.0.0rc1
26+
nipype ~= 1.3.1
27+
niworkflows ~= 1.1.0
2928
numpy
30-
pandas
31-
psutil >=5.4
3229
pybids ~= 0.9.2
3330
pyyaml
34-
scikit-image
35-
smriprep ~= 0.4.0
36-
statsmodels
37-
templateflow ~= 0.4.1
31+
smriprep ~= 0.4.1
32+
templateflow ~= 0.4.2rc1
3833
test_requires =
3934
codecov
4035
coverage
@@ -61,7 +56,7 @@ doc =
6156
docs =
6257
%(doc)s
6358
duecredit = duecredit
64-
resmon =
59+
resmon = psutil >=5.4
6560
sentry = sentry-sdk >=0.6.9
6661
style =
6762
flake8 >= 3.7.0
@@ -76,6 +71,7 @@ all =
7671
%(datalad)s
7772
%(doc)s
7873
%(duecredit)s
74+
%(resmon)s
7975
%(sentry)s
8076
%(tests)s
8177

0 commit comments

Comments
 (0)