Skip to content

Commit 6b30c75

Browse files
authored
Merge pull request #364 from hbraunDSP/patch-1
BF:Change nipype required version to >=1.0.0
2 parents c71725a + c2efdf4 commit 6b30c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

heudiconv/info.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
REQUIRES = [
1212
'nibabel',
1313
'pydicom',
14-
'nipype>=0.12.0',
14+
'nipype>=1.0.0',
1515
'pathlib',
1616
'dcmstack>=0.7',
1717
]

0 commit comments

Comments
 (0)