File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -20,24 +20,23 @@ classifiers =
20
20
[options]
21
21
python_requires = >=3.5
22
22
install_requires =
23
- niworkflows ~= 0.10.1
24
- smriprep ~= 0.3.0
25
- templateflow ~= 0.4.1
26
- nibabel >=2.2.1
27
23
indexed_gzip >=0.8.8
24
+ nibabel >=2.2.1
28
25
nilearn !=0.5.0, !=0.5.1
29
26
nipype >=1.2.0
30
- psutil >=5.4
31
- pybids ~= 0.9.2
32
- nitime
27
+ niworkflows ~= 0.10.1
33
28
numpy
34
29
pandas
30
+ psutil >=5.4
31
+ pybids ~= 0.9.2
35
32
pyyaml
36
33
scikit-image
34
+ smriprep ~= 0.3.0
37
35
statsmodels
36
+ templateflow ~= 0.4.1
38
37
test_requires =
39
- coverage
40
38
codecov
39
+ coverage
41
40
pytest
42
41
packages = find:
43
42
include_package_data = True
@@ -61,8 +60,8 @@ duecredit = duecredit
61
60
resmon =
62
61
sentry = sentry-sdk >=0.6.9
63
62
tests =
64
- coverage
65
63
codecov
64
+ coverage
66
65
pytest
67
66
all =
68
67
%(datalad)s
You can’t perform that action at this time.
0 commit comments