Skip to content

Commit f8cca56

Browse files
authored
Merge pull request #273 from dartmouth-pbs/bf-nipype-versioned
BF: requires nipype at least 0.12 where Dcm2niix interface was added
2 parents 1f9a6da + 2034a13 commit f8cca56

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',
14+
'nipype>=0.12.0',
1515
'pathlib',
1616
'dcmstack>=0.7',
1717
]

0 commit comments

Comments
 (0)