From 6de9387daae710630861e855069c3f659b92b188 Mon Sep 17 00:00:00 2001 From: Ariel Rokem Date: Tue, 25 Feb 2020 08:53:48 -0800 Subject: [PATCH] MAINT: Increase minimal nibabel required version to 3.0.1 See travis errors in #76,#77, #78, etc. --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e2d590b2..bc316224 100644 --- a/setup.cfg +++ b/setup.cfg @@ -22,7 +22,7 @@ python_requires = >=3.5 install_requires = dipy >=1.0.0 indexed_gzip >=0.8.8 - nibabel ~= 3.0.0rc1 + nibabel ~= 3.0.1 nipype ~= 1.3.1 niworkflows ~= 1.1.3 numpy