From c2efdf4cf9e257ca4e3272dd473d784a8948ea87 Mon Sep 17 00:00:00 2001 From: Henry Braun Date: Wed, 7 Aug 2019 11:33:56 -0500 Subject: [PATCH] Change nipype required version to >=1.0.0 nipype.util.filemanip.which() first appears in release 1.0.0 --- heudiconv/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heudiconv/info.py b/heudiconv/info.py index e515e425..eb094ccf 100644 --- a/heudiconv/info.py +++ b/heudiconv/info.py @@ -11,7 +11,7 @@ REQUIRES = [ 'nibabel', 'pydicom', - 'nipype>=0.12.0', + 'nipype>=1.0.0', 'pathlib', 'dcmstack>=0.7', ]