From 741a27f646fb74bf078c13e0e528b77df06dec5b Mon Sep 17 00:00:00 2001 From: Anthony Date: Thu, 13 Jun 2019 14:54:44 -0700 Subject: [PATCH] HACK: Pin scipy to older version --- ci/recipe/meta.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/recipe/meta.yaml b/ci/recipe/meta.yaml index 9e4987fc..9e8bbb6f 100644 --- a/ci/recipe/meta.yaml +++ b/ci/recipe/meta.yaml @@ -19,6 +19,7 @@ requirements: run: - python {{ python }} - scikit-bio >=0.5.4 + - scipy >=1.0.0,<1.3.0 - numpy - blas=*=openblas # AVX 512 extensions are broken in 0.3.5 and 0.3.6