From 2b5150f1893c8c95beef78ac5210fa0525bae9e7 Mon Sep 17 00:00:00 2001 From: Phil Elson Date: Sat, 2 Apr 2016 11:11:10 +0100 Subject: [PATCH] Moved ahead with numpy and python versions. --- conda_smithy/configure_feedstock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_smithy/configure_feedstock.py b/conda_smithy/configure_feedstock.py index c2a39c79a..2c838bb26 100755 --- a/conda_smithy/configure_feedstock.py +++ b/conda_smithy/configure_feedstock.py @@ -161,7 +161,7 @@ def meta_of_feedstock(forge_dir): def compute_build_matrix(meta): index = conda.api.get_index() mtx = special_case_version_matrix(meta, index) - mtx = list(filter_cases(mtx, ['python >=2.7,<3|>=3.4', 'numpy >=1.9'])) + mtx = list(filter_cases(mtx, ['python >=2.7,<3|>=3.4', 'numpy >=1.10'])) return mtx