summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
authorKulhanek <tomas.kulhanek@stfc.ac.uk>2019-01-11 13:32:17 +0100
committerKulhanek <tomas.kulhanek@stfc.ac.uk>2019-01-11 13:32:17 +0100
commitff4a9962d3701b30dc6709500ee3492788b6977b (patch)
tree9276adcbe07067495e622f0edf69b7efc1b99490 /Wrappers
parent5fe09e04771ed62d05bd3154ea182d1b99c5d8ce (diff)
downloadframework-ff4a9962d3701b30dc6709500ee3492788b6977b.tar.gz
framework-ff4a9962d3701b30dc6709500ee3492788b6977b.tar.bz2
framework-ff4a9962d3701b30dc6709500ee3492788b6977b.tar.xz
framework-ff4a9962d3701b30dc6709500ee3492788b6977b.zip
UPDATE: jenkins build and variants
Diffstat (limited to 'Wrappers')
-rw-r--r--Wrappers/Python/conda-recipe/conda_build_config.yaml3
-rw-r--r--Wrappers/Python/conda-recipe/meta.yaml1
2 files changed, 4 insertions, 0 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml
index 5dd08f5..b7977f3 100644
--- a/Wrappers/Python/conda-recipe/conda_build_config.yaml
+++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml
@@ -2,3 +2,6 @@ python:
- 2.7 # [not win]
- 3.5
- 3.6
+numpy:
+ - 1.12
+ - 1.15
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index fbfbafa..840590f 100644
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -17,6 +17,7 @@ test:
requirements:
build:
- python
+ - numpy {{ numpy }}
- setuptools
run: