From c2948d8fcfd837f47af7f45dfb7d4b3a5e0d3981 Mon Sep 17 00:00:00 2001
From: Guillaume HEUSCH <guillaume.heusch@idiap.ch>
Date: Tue, 3 Jul 2018 09:48:59 +0200
Subject: [PATCH] [conda] added bob.rppg.base as run and test requirements

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

diff --git a/conda/meta.yaml b/conda/meta.yaml
index df0efa32..79b1ccee 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -43,6 +43,7 @@ requirements:
     - six
     - numpy >=1.11 
     - scikit-learn
+    - bob.rppg.base
 
 test:
   imports:
@@ -64,6 +65,7 @@ test:
     - bob.db.replaymobile
     - bob.db.msu_mfsd_mod
     - bob.db.mobio
+    - bob.rppg.base
 
 about:
   home: https://www.idiap.ch/software/bob/
-- 
GitLab