summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/conda-recipe
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.pakino@gmail.com>2018-07-04 22:53:24 +0100
committerEdoardo Pasca <edo.pakino@gmail.com>2018-07-04 22:53:24 +0100
commit11199684baba00298c5fab2599c87fc80456ac16 (patch)
tree86b6cca8d00c0e1811630872b2e2c5ff6c6934c5 /Wrappers/Python/conda-recipe
parent95f9bbac5f70c357a7461b5c3f9a8eab7632687d (diff)
downloadregularization-11199684baba00298c5fab2599c87fc80456ac16.tar.gz
regularization-11199684baba00298c5fab2599c87fc80456ac16.tar.bz2
regularization-11199684baba00298c5fab2599c87fc80456ac16.tar.xz
regularization-11199684baba00298c5fab2599c87fc80456ac16.zip
relaxed requirement of finding GPU bindings
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r--Wrappers/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 4774563..ca28bae 100644
--- a/Wrappers/Python/conda-recipe/meta.yaml
+++ b/Wrappers/Python/conda-recipe/meta.yaml
@@ -21,7 +21,7 @@ requirements:
- numpy x.x
- setuptools
- cython
- - cil_regulariser
+ - cil_regulariser =={{ environ['CIL_VERSION'] }}
- vc 14 # [win and py36]
- vc 14 # [win and py35]
- vc 9 # [win and py27]
@@ -30,7 +30,7 @@ requirements:
run:
- python
- numpy x.x
- - cil_regulariser
+ - cil_regulariser =={{ environ['CIL_VERSION'] }}
- vc 14 # [win and py36]
- vc 14 # [win and py35]
- vc 9 # [win and py27]