diff options
-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 |