diff options
-rw-r--r-- | Wrappers/Python/conda-recipe/conda_build_config.yaml | 2 | ||||
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/conda_build_config.yaml b/Wrappers/Python/conda-recipe/conda_build_config.yaml index b7977f3..f4d423a 100644 --- a/Wrappers/Python/conda-recipe/conda_build_config.yaml +++ b/Wrappers/Python/conda-recipe/conda_build_config.yaml @@ -3,5 +3,7 @@ python: - 3.5 - 3.6 numpy: + - 1.11 - 1.12 + - 1.14 - 1.15 diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index c9126d4..ff55c6c 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -30,7 +30,7 @@ requirements: run: - python - - numpy + - {{ pin_compatible('numpy') }} - ccpi-framework - ccpi-reconstruction - ccpi-regulariser |