We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3d32d7a + 31c612f commit dab45baCopy full SHA for dab45ba
setup.cfg
@@ -22,12 +22,12 @@ python_requires = >= 3.7
22
install_requires =
23
attrs
24
nibabel >= 3.0.1
25
- nipype @ git+https://github.com/nipy/nipype.git@master
+ nipype >= 1.5.1
26
nitime
27
- niworkflows @ git+https://github.com/nipreps/niworkflows.git@master
+ niworkflows >= 1.4.0rc5, < 1.5
28
numpy >= 1.16.5
29
- sdcflows @ git+https://github.com/nipreps/sdcflows.git@master
30
- smriprep @ git+https://github.com/nipreps/smriprep.git@master
+ sdcflows ~= 2.0.4
+ smriprep >= 0.8.0rc2, < 0.9
31
templateflow >= 0.6.0
32
test_requires =
33
coverage < 5
0 commit comments