From 75090a7713b28db07553f0c34fb1d393bcbcc40d Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 11 Apr 2018 12:16:55 +0200
Subject: [PATCH] Simplify the conda recipe

---
 conda/meta.yaml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 37ee4302..7918a1a9 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -20,14 +20,10 @@ requirements:
   host:
     - python {{ python }}
     - setuptools {{ setuptools }}
-    - six {{ six }}
-    - sphinx {{ sphinx }}
-    - numpy {{ numpy }}
     - bob.extension
     - bob.bio.base
     - bob.io.base
     - bob.ip.base
-    - scikit-learn
     - bob.pad.base
     - bob.bio.face
     - bob.bio.video
@@ -41,7 +37,6 @@ requirements:
     - python
     - setuptools
     - six
-    - sphinx
     - numpy
     - scikit-learn
 
-- 
GitLab