From 489fa1b203d0bc7e9c37c1f9a60cbddb942ea715 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Thu, 2 May 2019 15:23:22 +0200
Subject: [PATCH] Put bob.ip packages back as run requirements

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

diff --git a/conda/meta.yaml b/conda/meta.yaml
index a8326abd..5b5670f0 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -34,6 +34,9 @@ requirements:
     - bob.ip.qualitymeasure
     - bob.learn.libsvm
     - bob.rppg.base >=2.0.0
+    - bob.ip.dlib
+    - bob.ip.facelandmarks
+    - bob.ip.mtcnn  # [linux]
     - opencv
     - scikit-learn
     - scikit-image
@@ -67,9 +70,6 @@ test:
     - bob.db.mobio
     - bob.db.maskattack
     - bob.db.casiasurf
-    - bob.ip.dlib
-    - bob.ip.facelandmarks
-    - bob.ip.mtcnn  # [linux]
 
 about:
   home: https://www.idiap.ch/software/bob/
-- 
GitLab