From 506c96b624df5881507556403d1f13c4aa1d8716 Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Wed, 4 Jul 2018 15:33:49 +0200
Subject: [PATCH] [conda] unpinned the version of bob.rppg.base

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

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 1db671b9..e75da21f 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -35,14 +35,13 @@ requirements:
     - bob.learn.libsvm
     - bob.ip.dlib
     - bob.ip.facelandmarks
-    - bob.rppg.base >=2.0.0
+    - bob.rppg.base
   run:
     - python
     - setuptools
     - six
     - numpy >=1.11 
     - scikit-learn
-    - bob.rppg.base >=2.0.0
 
 test:
   imports:
@@ -64,7 +63,7 @@ test:
     - bob.db.replaymobile
     - bob.db.msu_mfsd_mod
     - bob.db.mobio
-    - bob.rppg.base >=2.0.0
+    - bob.rppg.base
 
 about:
   home: https://www.idiap.ch/software/bob/
-- 
GitLab