From 0e4780fd8ebdd7f91a66f8aefc6100884f95437a Mon Sep 17 00:00:00 2001 From: Ray Donnelly Date: Mon, 20 Aug 2018 12:41:55 +0000 Subject: [PATCH] Force numpy version, add pin_compat --- recipe/meta.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/recipe/meta.yaml b/recipe/meta.yaml index ea20cfe..d656b7f 100644 --- a/recipe/meta.yaml +++ b/recipe/meta.yaml @@ -10,7 +10,7 @@ source: sha256: eae41382be28b7264824450ce343dd625f972bedaaa3b0cced284986aabcbaee build: - number: 2 + number: 3 requirements: @@ -21,13 +21,14 @@ requirements: - hdf5 - python - setuptools - - numpy + - numpy-devel 1.11.* - cython - six - pkgconfig run: - - numpy + - hdf5 + - {{ pin_compatible('numpy') }} - python - six - unittest2 # [py26 or py27]