diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2019-10-30 16:11:24 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-30 16:11:24 +0000 |
commit | a68379686f54a2f4e06cc6c8b26c318aa9785fcb (patch) | |
tree | a0e9c08677547a46da99aae182e78b7262386891 | |
parent | ed8a87b02df761cbaec71ecd790a647c3ef49c48 (diff) | |
download | framework-plugins-a68379686f54a2f4e06cc6c8b26c318aa9785fcb.tar.gz framework-plugins-a68379686f54a2f4e06cc6c8b26c318aa9785fcb.tar.bz2 framework-plugins-a68379686f54a2f4e06cc6c8b26c318aa9785fcb.tar.xz framework-plugins-a68379686f54a2f4e06cc6c8b26c318aa9785fcb.zip |
updated requirements (#35)
* updated requirements
* added ccpi-reconstruction
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index ff55c6c..7263220 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -25,17 +25,13 @@ 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 |