Skip to content

Commit ab311e9

Browse files
committed
MAINT: Update version pinning of nipype and niworkflows to dev versions
1 parent b836692 commit ab311e9

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)