From 0a012481e68e65eb11778028c04904fa86aee75e Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Fri, 6 Jul 2018 10:37:34 +0200
Subject: [PATCH] pinned the bob.rppg.base version to >= 2.0.0

---
 conda/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 52947515..ba29310d 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -35,7 +35,7 @@ requirements:
     - bob.learn.libsvm
     - bob.ip.dlib
     - bob.ip.facelandmarks
-    - bob.rppg.base >= 2.0.0
+    - bob.rppg.base >=2.0.0
   run:
     - python
     - setuptools
-- 
GitLab