diff options
author | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-11 13:32:17 +0100 |
---|---|---|
committer | Kulhanek <tomas.kulhanek@stfc.ac.uk> | 2019-01-11 13:32:17 +0100 |
commit | ff4a9962d3701b30dc6709500ee3492788b6977b (patch) | |
tree | 9276adcbe07067495e622f0edf69b7efc1b99490 /Wrappers | |
parent | 5fe09e04771ed62d05bd3154ea182d1b99c5d8ce (diff) | |
download | framework-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.yaml | 3 | ||||
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 1 |
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: |