summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
Diffstat (limited to 'Wrappers/Python')
-rw-r--r--Wrappers/Python/conda-recipe/meta.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml
index 808493e..e3258ff 100644
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -1,8 +1,7 @@
package:
name: ccpi-regulariser
- version: 0.10.3
-
-
+ version: {{CIL_VERSION}}
+
build:
preserve_egg_dir: False
number: 0
@@ -16,7 +15,7 @@ test:
requirements:
build:
- python
- - numpy x.x
+ - numpy {{ numpy }}
- setuptools
- cython
- vc 14 # [win and py36]
@@ -25,8 +24,9 @@ requirements:
- cmake
run:
+ - {{ pin_compatible('numpy', max_pin='x.x') }}
- python
- - numpy x.x
+ - numpy
- vc 14 # [win and py36]
- vc 14 # [win and py35]
- vc 9 # [win and py27]