diff options
author | Tomas Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-18 13:19:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-18 13:19:17 +0000 |
commit | 10551e618a601480727798ddded8feeda844e327 (patch) | |
tree | d3e4739bed13f9e8886a599b9f59f05b0192e1d6 | |
parent | 4f28f9195c1c7b56f679410ae41a7627d4bb6382 (diff) | |
download | framework-10551e618a601480727798ddded8feeda844e327.tar.gz framework-10551e618a601480727798ddded8feeda844e327.tar.bz2 framework-10551e618a601480727798ddded8feeda844e327.tar.xz framework-10551e618a601480727798ddded8feeda844e327.zip |
Update conda_build_config.yaml
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml index 7afbb0f..0706479 100644 --- a/Wrappers/Python/conda-recipe/conda_build_config.yaml +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -3,5 +3,6 @@ python: - 3.5 - 3.6 numpy: - - 1.12 - # doesn't build with - 1.15 + # doesn't build with, cvxp requires >1.14 + #- 1.12 + - 1.15 |