Skip to content

Commit dab45ba

Browse files
authored
Merge pull request #70 from nipreps/rel/0.1.0
MAINT: Fix development packages to releases
2 parents 3d32d7a + 31c612f commit dab45ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ python_requires = >= 3.7
2222
install_requires =
2323
attrs
2424
nibabel >= 3.0.1
25-
nipype @ git+https://github.com/nipy/nipype.git@master
25+
nipype >= 1.5.1
2626
nitime
27-
niworkflows @ git+https://github.com/nipreps/niworkflows.git@master
27+
niworkflows >= 1.4.0rc5, < 1.5
2828
numpy >= 1.16.5
29-
sdcflows @ git+https://github.com/nipreps/sdcflows.git@master
30-
smriprep @ git+https://github.com/nipreps/smriprep.git@master
29+
sdcflows ~= 2.0.4
30+
smriprep >= 0.8.0rc2, < 0.9
3131
templateflow >= 0.6.0
3232
test_requires =
3333
coverage < 5

0 commit comments

Comments
 (0)