From 3938a843afb45dd1d6f041c27445f9b8e578c00d Mon Sep 17 00:00:00 2001 From: "Christopher J. Markiewicz" Date: Wed, 18 Sep 2019 14:56:11 -0400 Subject: [PATCH] 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..88efe941 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', ]