summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python
diff options
context:
space:
mode:
authorvagrant <vagrant@localhost.localdomain>2019-01-08 14:30:20 +0000
committervagrant <vagrant@localhost.localdomain>2019-01-08 14:30:20 +0000
commit865c3b390641a27ecc8a132ca7bad543756f871f (patch)
tree368e1c012db06b513bd51e92ba746bbcfd1975fe /Wrappers/Python
parent125924cb3a553ae1e0341a731531c4d4320b5d8f (diff)
downloadregularization-865c3b390641a27ecc8a132ca7bad543756f871f.tar.gz
regularization-865c3b390641a27ecc8a132ca7bad543756f871f.tar.bz2
regularization-865c3b390641a27ecc8a132ca7bad543756f871f.tar.xz
regularization-865c3b390641a27ecc8a132ca7bad543756f871f.zip
ADD: variants, list of files in exported variable REG_FILES
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]