From ab311e98f206dd6ba357bffb97ab4bfe51795a13 Mon Sep 17 00:00:00 2001 From: oesteban Date: Thu, 30 Apr 2020 11:05:44 -0700 Subject: [PATCH] MAINT: Update version pinning of nipype and niworkflows to dev versions --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index dba745a..dc033c6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,8 +22,8 @@ python_requires = >= 3.6 install_requires = attrs nibabel >= 3.0.1 - nipype>=1.5.0rc1,<2.0 - niworkflows >= 1.1.7 + nipype @ git+https://github.com/nipy/nipype.git@master + niworkflows @ git+https://github.com/nipreps/niworkflows.git@master templateflow >= 0.5.2 test_requires = coverage < 5