summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2019-10-31 12:34:24 +0000
committerGitHub <noreply@github.com>2019-10-31 12:34:24 +0000
commit0a1f1dc958c38db8326fb5fa504ea907673f3545 (patch)
tree3ddc39c3119d08329ba1a2d65a05628492c4184a
parenta68379686f54a2f4e06cc6c8b26c318aa9785fcb (diff)
downloadframework-plugins-0a1f1dc958c38db8326fb5fa504ea907673f3545.tar.gz
framework-plugins-0a1f1dc958c38db8326fb5fa504ea907673f3545.tar.bz2
framework-plugins-0a1f1dc958c38db8326fb5fa504ea907673f3545.tar.xz
framework-plugins-0a1f1dc958c38db8326fb5fa504ea907673f3545.zip
Revert "updated requirements (#35)" (#36)tnv
This reverts commit a68379686f54a2f4e06cc6c8b26c318aa9785fcb.
-rw-r--r--Wrappers/Python/conda-recipe/meta.yaml6
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