We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77d8958 commit 0d39942Copy full SHA for 0d39942
heudiconv/info.py
@@ -11,7 +11,8 @@
11
REQUIRES = [
12
'nibabel',
13
'pydicom',
14
- 'nipype @ git+https://github.com/effigies/nipype.git@0196beac33d0c8c992bcc07b83c0b368810be02d',
+ 'nipype >=1.0.0; python_version > "3.0"',
15
+ 'nipype >=1.0.0,!=1.2.1,!=1.2.2; python_version == "2.7"',
16
'pathlib',
17
'dcmstack>=0.7',
18
]
0 commit comments