From 14583dfb88b7cb49d85e5a99f24e4e812379447f Mon Sep 17 00:00:00 2001 From: Pavol Juhas Date: Thu, 14 Mar 2019 17:17:50 -0400 Subject: [PATCH] BLD: build conda packages for all Python versions Bump up the minimum required numpy. --- conda-recipe/conda_build_config.yaml | 5 +++++ conda-recipe/meta.yaml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 conda-recipe/conda_build_config.yaml diff --git a/conda-recipe/conda_build_config.yaml b/conda-recipe/conda_build_config.yaml new file mode 100644 index 00000000..8d446529 --- /dev/null +++ b/conda-recipe/conda_build_config.yaml @@ -0,0 +1,5 @@ +python: + - 3.7 + - 3.6 + - 3.5 + - 2.7 diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 62ee2a88..d3c86a23 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -16,14 +16,14 @@ build: requirements: build: - - python + - python {{ python }} - setuptools - six run: - python - setuptools - - numpy >=1.3 + - numpy >=1.11 - six test: