diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-06-24 11:25:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 11:25:31 +0100 |
commit | 6dfcaee8e56bcb05e3beaaf7726258233f7026b6 (patch) | |
tree | 18fcc889fcd0c79f51770ebe2407da1d692ee6db /Wrappers/Python | |
parent | c57b04bbab24c22a0a7d71bfed68c30b8a67ff6c (diff) | |
download | framework-6dfcaee8e56bcb05e3beaaf7726258233f7026b6.tar.gz framework-6dfcaee8e56bcb05e3beaaf7726258233f7026b6.tar.bz2 framework-6dfcaee8e56bcb05e3beaaf7726258233f7026b6.tar.xz framework-6dfcaee8e56bcb05e3beaaf7726258233f7026b6.zip |
Update conda_build_config.yaml
Diffstat (limited to 'Wrappers/Python')
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml index 393ae18..e5e168b 100644 --- a/Wrappers/Python/conda-recipe/conda_build_config.yaml +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -6,3 +6,5 @@ numpy: # TODO investigage, as it doesn't currently build with cvxp, requires >1.14 - 1.11 - 1.12 + - 1.14 + - 1.15 |