diff options
author | Willem Jan Palenstijn <wjp@usecode.org> | 2018-08-30 16:28:27 +0200 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2018-08-31 10:21:46 +0200 |
commit | c3137acbebd3159f7dee7d6817e47188991510d4 (patch) | |
tree | 30119e6c8c687222e6e9a2e86e0b0c3edf48fddf | |
parent | 78a13aaa9acc1a880ab5d04a545e34bb60e223dc (diff) | |
download | astra-c3137acbebd3159f7dee7d6817e47188991510d4.tar.gz astra-c3137acbebd3159f7dee7d6817e47188991510d4.tar.bz2 astra-c3137acbebd3159f7dee7d6817e47188991510d4.tar.xz astra-c3137acbebd3159f7dee7d6817e47188991510d4.zip |
Avoid broken scipy package for tests
-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 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: |