diff options
author | Edoardo Pasca <edo.paskino@gmail.com> | 2018-07-29 21:36:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-29 21:36:46 +0100 |
commit | 120d47b665bd24981968f4a90d4b4718197ecc94 (patch) | |
tree | c0ff56a0a2751ab0513151eef7e8097c24c7a179 /Wrappers/Python/conda-recipe | |
parent | 159a12b5b03b1cd1430dadf23b2f28097c4f66df (diff) | |
parent | 70e86868640390c4dde0ad67670707467f9773f9 (diff) | |
download | regularization-120d47b665bd24981968f4a90d4b4718197ecc94.tar.gz regularization-120d47b665bd24981968f4a90d4b4718197ecc94.tar.bz2 regularization-120d47b665bd24981968f4a90d4b4718197ecc94.tar.xz regularization-120d47b665bd24981968f4a90d4b4718197ecc94.zip |
Merge pull request #58 from vais-ral/windows_fix
Windows fix
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] |