From ff4a9962d3701b30dc6709500ee3492788b6977b Mon Sep 17 00:00:00 2001 From: Kulhanek Date: Fri, 11 Jan 2019 13:32:17 +0100 Subject: UPDATE: jenkins build and variants --- Wrappers/Python/conda-recipe/conda_build_config.yaml | 3 +++ Wrappers/Python/conda-recipe/meta.yaml | 1 + 2 files changed, 4 insertions(+) (limited to 'Wrappers') 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: -- cgit v1.2.3