diff --git a/conda/meta.yaml b/conda/meta.yaml
index e75da21f2f287033f117ae6a92e3d6b9300dc23e..52947515e98a99b1989f4e0292bfecf41d71cc81 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
+    - bob.rppg.base >= 2.0.0
   run:
     - python
     - setuptools
diff --git a/requirements.txt b/requirements.txt
index ea78408c78857284bdab6cef684c56b659add5e1..e77e1db4afde0822bf74bacc67fae85a4bbf5a8a 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -16,4 +16,4 @@ bob.ip.facelandmarks
 bob.learn.libsvm
 bob.learn.linear
 scikit-learn
-bob.rppg.base
+bob.rppg.base >= 2.0.0