diff options
| -rw-r--r-- | python/conda/astra-toolbox/meta.yaml | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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: | 
