Skip to content

Commit ee5cebb

Browse files
authored
Merge pull request #480 from dbic/bf-nipype
BF: boost minimal require nipype to 1.2.3 to address missing bval/bvec values issue
2 parents f40fa6f + 5c2c819 commit ee5cebb

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
@@ -23,7 +23,7 @@
2323
REQUIRES = [
2424
'nibabel',
2525
'pydicom',
26-
'nipype >=1.0.0',
26+
'nipype >=1.2.3',
2727
'dcmstack>=0.8',
2828
'etelemetry',
2929
'filelock>=3.0.12',

0 commit comments

Comments
 (0)