diff options
author | Edoardo Pasca <edo.pakino@gmail.com> | 2018-07-04 22:53:24 +0100 |
---|---|---|
committer | Edoardo Pasca <edo.pakino@gmail.com> | 2018-07-04 22:53:24 +0100 |
commit | 11199684baba00298c5fab2599c87fc80456ac16 (patch) | |
tree | 86b6cca8d00c0e1811630872b2e2c5ff6c6934c5 /Wrappers/Python/conda-recipe | |
parent | 95f9bbac5f70c357a7461b5c3f9a8eab7632687d (diff) | |
download | regularization-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.yaml | 4 |
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] |