Skip to content

Commit 9cd8808

Browse files
Merge pull request #20 from poldracklab/enh/docker-update-nipy-niworkflows
MAINT: Update version pinning of nipype and niworkflows to dev versions
2 parents 2d97757 + ab311e9 commit 9cd8808

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ python_requires = >= 3.6
2222
install_requires =
2323
attrs
2424
nibabel >= 3.0.1
25-
nipype>=1.5.0rc1,<2.0
26-
niworkflows >= 1.1.7
25+
nipype @ git+https://github.com/nipy/nipype.git@master
26+
niworkflows @ git+https://github.com/nipreps/niworkflows.git@master
2727
templateflow >= 0.5.2
2828
test_requires =
2929
coverage < 5

0 commit comments

Comments
 (0)