Skip to content

Commit c2efdf4

Browse files
authored
Change nipype required version to >=1.0.0
nipype.util.filemanip.which() first appears in release 1.0.0
1 parent 02f5980 commit c2efdf4

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)