From 7b65c486bf2b78f03e956d4002cb0fe4a0e0860b Mon Sep 17 00:00:00 2001
From: Edoardo Pasca <edo.paskino@gmail.com>
Date: Wed, 4 Apr 2018 12:19:51 +0100
Subject: removed boost dependency

---
 Wrappers/Python/conda-recipe/meta.yaml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

(limited to 'Wrappers')

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]
-- 
cgit v1.2.3