summaryrefslogtreecommitdiffstats
path: root/Wrappers/Python/conda-recipe
diff options
context:
space:
mode:
authorEdoardo Pasca <edo.paskino@gmail.com>2018-04-04 12:19:51 +0100
committerEdoardo Pasca <edo.paskino@gmail.com>2018-04-04 12:19:51 +0100
commit7b65c486bf2b78f03e956d4002cb0fe4a0e0860b (patch)
tree3346dd2cd253885b45b5cc35ce81f7dcd81efc39 /Wrappers/Python/conda-recipe
parent5cf5f284a8fe001c08cdbffb466130dfe4e22882 (diff)
downloadregularization-7b65c486bf2b78f03e956d4002cb0fe4a0e0860b.tar.gz
regularization-7b65c486bf2b78f03e956d4002cb0fe4a0e0860b.tar.bz2
regularization-7b65c486bf2b78f03e956d4002cb0fe4a0e0860b.tar.xz
regularization-7b65c486bf2b78f03e956d4002cb0fe4a0e0860b.zip
removed boost dependency
Diffstat (limited to 'Wrappers/Python/conda-recipe')
-rw-r--r--Wrappers/Python/conda-recipe/meta.yaml6
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]