From 4637704745849cf60ab951f941d5b81fd6fe55dc Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 6 Nov 2017 14:03:18 +0100 Subject: Add workaround for apparently broken mkl/win-64 conda package --- python/conda/astra-toolbox/meta.yaml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/conda') diff --git a/python/conda/astra-toolbox/meta.yaml b/python/conda/astra-toolbox/meta.yaml index f3a39be..2b25c44 100644 --- a/python/conda/astra-toolbox/meta.yaml +++ b/python/conda/astra-toolbox/meta.yaml @@ -17,6 +17,8 @@ test: requires: # To avoid large downloads just for testing after build phase - nomkl # [not win] + # import scipy.sparse.linalg fails with mkl-2017.0.4 on Windows + - mkl !=2017.0.4 # [win] requirements: build: -- cgit v1.2.3