diff options
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index 7263220..ff55c6c 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -25,13 +25,17 @@ test: requirements: build: - python + - numpy {{ numpy }} - setuptools run: + - python + - {{ pin_compatible('numpy') }} - ccpi-framework - ccpi-reconstruction - ccpi-regulariser - + - matplotlib + about: home: http://www.ccpi.ac.uk license: Apache 2.0 License |