From 2e8a7f0f1a18b824247c30d89ca003df90f4e8c6 Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Wed, 18 Sep 2019 14:56:11 -0400 Subject: [PATCH 1/3] PIN: Nipype master --- heudiconv/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heudiconv/info.py b/heudiconv/info.py index eb094ccf..11e86cb9 100644 --- a/heudiconv/info.py +++ b/heudiconv/info.py @@ -11,7 +11,7 @@ REQUIRES = [ 'nibabel', 'pydicom', - 'nipype>=1.0.0', + 'nipype @ git+https://github.com/nipy/nipype.git@23379ebd997b0cca3a1feb2c2d7085d4ee9cf717', 'pathlib', 'dcmstack>=0.7', ] From 77d8958632be6bc90151702c790aab9caa37e71b Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Wed, 18 Sep 2019 17:03:50 -0400 Subject: [PATCH 2/3] PIN: Track effigies/fix/heudiconv_issues --- heudiconv/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heudiconv/info.py b/heudiconv/info.py index 11e86cb9..8876a85b 100644 --- a/heudiconv/info.py +++ b/heudiconv/info.py @@ -11,7 +11,7 @@ REQUIRES = [ 'nibabel', 'pydicom', - 'nipype @ git+https://github.com/nipy/nipype.git@23379ebd997b0cca3a1feb2c2d7085d4ee9cf717', + 'nipype @ git+https://github.com/effigies/nipype.git@0196beac33d0c8c992bcc07b83c0b368810be02d', 'pathlib', 'dcmstack>=0.7', ] From 0d399420c61741b7715e8c25c002a62c640f945d Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Wed, 18 Sep 2019 17:26:39 -0400 Subject: [PATCH 3/3] Update heudiconv/info.py --- heudiconv/info.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/heudiconv/info.py b/heudiconv/info.py index 8876a85b..8c6b67cd 100644 --- a/heudiconv/info.py +++ b/heudiconv/info.py @@ -11,7 +11,8 @@ REQUIRES = [ 'nibabel', 'pydicom', - 'nipype @ git+https://github.com/effigies/nipype.git@0196beac33d0c8c992bcc07b83c0b368810be02d', + 'nipype >=1.0.0; python_version > "3.0"', + 'nipype >=1.0.0,!=1.2.1,!=1.2.2; python_version == "2.7"', 'pathlib', 'dcmstack>=0.7', ]