diff options
author | vagrant <vagrant@localhost.localdomain> | 2019-03-06 11:16:25 -0500 |
---|---|---|
committer | vagrant <vagrant@localhost.localdomain> | 2019-03-06 11:16:25 -0500 |
commit | d6d63f9f10f8eccee1a4cacf76d9d2de1ea93377 (patch) | |
tree | 1bf7104c0b48c15e13ee5bac2452447bb6c3f1c7 /Wrappers | |
parent | 6984e890c19b2b1ee547bbf079c27564cff56887 (diff) | |
download | framework-d6d63f9f10f8eccee1a4cacf76d9d2de1ea93377.tar.gz framework-d6d63f9f10f8eccee1a4cacf76d9d2de1ea93377.tar.bz2 framework-d6d63f9f10f8eccee1a4cacf76d9d2de1ea93377.tar.xz framework-d6d63f9f10f8eccee1a4cacf76d9d2de1ea93377.zip |
conda recipe conditional for testing
Diffstat (limited to 'Wrappers')
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 2 | ||||
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 7 |
2 files changed, 5 insertions, 4 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml index 96a211f..30c8e9d 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.12 + - 1.12 - 1.15 diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index 8ded429..dd3238e 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -11,7 +11,7 @@ build: test: requires: - python-wget - - cvxpy # [not win] + - cvxpy # [ unix and py36 and np115 ] source_files: - ./test # [win] @@ -24,8 +24,9 @@ test: requirements: build: + - {{ pin_compatible('numpy', max_pin='x.x') }} - python - - numpy {{ numpy }} + - numpy - setuptools run: @@ -33,7 +34,7 @@ requirements: - python - numpy - scipy - - matplotlib + #- matplotlib - h5py about: |