diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-04-30 14:23:50 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.paskino@gmail.com> | 2019-04-30 14:23:50 +0100 |
commit | 590a593b692b07af76e3e87a95e4cc01a2843aea (patch) | |
tree | bef4627e94365eaeca9a465de8b32f0b12bca8aa /Wrappers/Python | |
parent | 2a452bfcc5fd41b37136b4bde65be76b91854322 (diff) | |
download | framework-590a593b692b07af76e3e87a95e4cc01a2843aea.tar.gz framework-590a593b692b07af76e3e87a95e4cc01a2843aea.tar.bz2 framework-590a593b692b07af76e3e87a95e4cc01a2843aea.tar.xz framework-590a593b692b07af76e3e87a95e4cc01a2843aea.zip |
change numpy versions
takes into consideration #271
Diffstat (limited to 'Wrappers/Python')
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml index 30c8e9d..393ae18 100644 --- a/Wrappers/Python/conda-recipe/conda_build_config.yaml +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -4,5 +4,5 @@ python: - 3.6 numpy: # TODO investigage, as it doesn't currently build with cvxp, requires >1.14 + - 1.11 - 1.12 - - 1.15 |