summaryrefslogtreecommitdiffstats
path: root/Wrappers
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers')
-rwxr-xr-xWrappers/Python/conda-recipe/meta.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index 965d81d..2dd8aab 100755
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -2,7 +2,6 @@ package:
name: ccpi-astra
version: {{ environ['CIL_VERSION'] }}
-
build:
preserve_egg_dir: False
script_env:
@@ -16,6 +15,7 @@ requirements:
- setuptools
run:
+ - {{ pin_compatible('numpy', max_pin='x.x') }}
- python
- numpy
- scipy
@@ -25,4 +25,4 @@ requirements:
about:
home: http://www.ccpi.ac.uk
license: GPLv3
- summary: 'CCPi Toolbox'
+ summary: 'CCPi Toolbox' \ No newline at end of file