From c3137acbebd3159f7dee7d6817e47188991510d4 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Thu, 30 Aug 2018 16:28:27 +0200 Subject: Avoid broken scipy package for tests --- python/conda/astra-toolbox/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python') diff --git a/python/conda/astra-toolbox/meta.yaml b/python/conda/astra-toolbox/meta.yaml index b68a093..99a8053 100644 --- a/python/conda/astra-toolbox/meta.yaml +++ b/python/conda/astra-toolbox/meta.yaml @@ -19,6 +19,8 @@ test: - nomkl # [not win] # import scipy.sparse.linalg fails with mkl-2017.0.4 on Windows - mkl !=2017.0.4 # [win] + # scipy 1.1.0 packages are broken with python 2.7 and some numpy versions + - scipy !=1.1.0 # [py27] requirements: build: -- cgit v1.2.3