diff options
author | Daniil Kazantsev <dkazanc3@googlemail.com> | 2018-04-06 11:08:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-06 11:08:52 +0100 |
commit | 2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019 (patch) | |
tree | ec24c21edd374246f2fa762337fa7f612d158885 /Wrappers/Python/conda-recipe | |
parent | 1f30c56fa1de2f38ded54d3c2bd988645cdb2ea5 (diff) | |
parent | 99d84e408cdf0905996fb3632b7d006c6e6da805 (diff) | |
download | regularization-2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019.tar.gz regularization-2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019.tar.bz2 regularization-2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019.tar.xz regularization-2e9d7e5df33c3c042b2a55ae4c9fe23b15f95019.zip |
Merge pull request #45 from vais-ral/remove_boost
Remove boost
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r-- | Wrappers/Python/conda-recipe/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Wrappers/Python/conda-recipe/meta.yaml b/Wrappers/Python/conda-recipe/meta.yaml index fb88ab8..f4cb471 100644 --- a/Wrappers/Python/conda-recipe/meta.yaml +++ b/Wrappers/Python/conda-recipe/meta.yaml @@ -14,8 +14,8 @@ requirements: - python - numpy x.x - setuptools - - boost ==1.64.0 - - boost-cpp ==1.64.0 + #- boost ==1.64.0 + #- boost-cpp ==1.64.0 - cython - cil_regularizer - vc 14 # [win and py35] @@ -25,7 +25,7 @@ requirements: run: - python - numpy x.x - - boost ==1.64 + #- boost ==1.64 - cil_regularizer - vc 14 # [win and py35] - vc 9 # [win and py27] |