Skip to content

Commit

Permalink
Merge pull request #111 from pelson/numpy_up
Browse files Browse the repository at this point in the history
Moved ahead with numpy and python versions.
  • Loading branch information
pelson committed Apr 2, 2016
2 parents e9771ee + 2b5150f commit 62f5d6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda_smithy/configure_feedstock.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 62f5d6a

Please sign in to comment.