diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-06-24 13:34:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 13:34:21 +0100 |
commit | e93b76765dfa261991526198835da895c6be93c7 (patch) | |
tree | ece4c8184a7f4eb72f41aa159e6dd953f4006c0e | |
parent | f523d544b10591a7488e6a7cf39d5a6d1ea5625b (diff) | |
download | framework-plugins-e93b76765dfa261991526198835da895c6be93c7.tar.gz framework-plugins-e93b76765dfa261991526198835da895c6be93c7.tar.bz2 framework-plugins-e93b76765dfa261991526198835da895c6be93c7.tar.xz framework-plugins-e93b76765dfa261991526198835da895c6be93c7.zip |
Update meta.yaml (#26)
* Update meta.yaml
* added numpy 1.11
* added 1.14
-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 |