From c2bc32fc818cc3a620d73678cfd79dda1a3d714f Mon Sep 17 00:00:00 2001 From: Guillaume HEUSCH <guillaume.heusch@idiap.ch> Date: Wed, 4 Jul 2018 14:55:14 +0200 Subject: [PATCH] [conda] pinned the version of bob.rppg.base --- conda/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index 39c25533..1db671b9 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -35,14 +35,14 @@ requirements: - bob.learn.libsvm - bob.ip.dlib - bob.ip.facelandmarks - - bob.rppg.base + - bob.rppg.base >=2.0.0 run: - python - setuptools - six - numpy >=1.11 - scikit-learn - - bob.rppg.base + - bob.rppg.base >=2.0.0 test: imports: @@ -64,7 +64,7 @@ test: - bob.db.replaymobile - bob.db.msu_mfsd_mod - bob.db.mobio - - bob.rppg.base + - bob.rppg.base >=2.0.0 about: home: https://www.idiap.ch/software/bob/ -- GitLab