From 934191b02d0827184b8dce5ad5d4341828fe91a7 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Fri, 26 Jan 2018 09:55:25 +0000 Subject: [PATCH] Scipy 1.* for conda --- .conda/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.conda/meta.yaml b/.conda/meta.yaml index 07027a51e..560dc4f70 100644 --- a/.conda/meta.yaml +++ b/.conda/meta.yaml @@ -18,7 +18,7 @@ requirements: - six 1.* - deprecation 1.* - numpy 1.* - - scipy >=0.18,<1 + - scipy >=0.18,<2 - nibabel 2.* - sphinx 1.6.* - sphinx_rtd_theme 0.* -- GitLab