File tree Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Expand file tree Collapse file tree 2 files changed +12
-16
lines changed Original file line number Diff line number Diff line change 1
1
git+https://github.com/AleksandarPetrov/napoleon.git@0dc3f28a309ad602be5f44a9049785a1026451b3#egg=sphinxcontrib-napoleon
2
2
git+https://github.com/rwblair/sphinxcontrib-versioning.git@39b40b0b84bf872fc398feff05344051bbce0f63#egg=sphinxcontrib-versioning
3
3
nbsphinx
4
- nipype >= 1.3.0rc1
5
- niworkflows ~= 1.0.1
4
+ nipype ~= 1.3.1
5
+ niworkflows ~= 1.1.0
6
6
packaging
7
7
pydot >= 1.2.3
8
8
pydotplus
9
- smriprep ~= 0.4.0
9
+ smriprep ~= 0.4.1
10
10
sphinx-argparse
11
11
sphinx >= 2.1.2
12
12
sphinx_rtd_theme
Original file line number Diff line number Diff line change @@ -13,28 +13,23 @@ classifiers =
13
13
Intended Audience :: Science/Research
14
14
Topic :: Scientific/Engineering :: Image Recognition
15
15
License :: OSI Approved :: BSD License
16
- Programming Language :: Python :: 3.5
17
16
Programming Language :: Python :: 3.6
18
17
Programming Language :: Python :: 3.7
18
+ Programming Language :: Python :: 3.8
19
19
20
20
[options]
21
21
python_requires = >=3.5
22
22
install_requires =
23
- dipy >= 1.0.0
23
+ dipy >=1.0.0
24
24
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
29
28
numpy
30
- pandas
31
- psutil >=5.4
32
29
pybids ~= 0.9.2
33
30
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
38
33
test_requires =
39
34
codecov
40
35
coverage
61
56
docs =
62
57
%(doc)s
63
58
duecredit = duecredit
64
- resmon =
59
+ resmon = psutil >=5.4
65
60
sentry = sentry-sdk >=0.6.9
66
61
style =
67
62
flake8 >= 3.7.0
76
71
%(datalad)s
77
72
%(doc)s
78
73
%(duecredit)s
74
+ %(resmon)s
79
75
%(sentry)s
80
76
%(tests)s
81
77
You can’t perform that action at this time.
0 commit comments