diff --git a/conda/meta.yaml b/conda/meta.yaml
index 2b774d99611ed772724f9d36c741b1552dbdd194..934a9b9e3f013bad6b981c180f58d343d1bec815 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -21,12 +21,12 @@ requirements:
     - python {{ python }}
     - setuptools {{ setuptools }}
     - pip {{ pip }}
-    - clapper
-    - bob.extension
+    - bob
     - bob.io.base
-    - bob.pipelines
     - bob.measure
+    - bob.pipelines
     - bob.bio.base
+    - clapper {{ clapper }}
     - click {{ click }}
     - click-plugins {{ click_plugins }}
     - dask {{ dask }}
@@ -39,12 +39,12 @@ requirements:
   run:
     - python
     - setuptools
-    - clapper
-    - bob.extension
+    - bob
     - bob.io.base
-    - bob.pipelines
     - bob.measure
+    - bob.pipelines
     - bob.bio.base
+    - {{ pin_compatible('clapper') }}
     - {{ pin_compatible('click') }}
     - {{ pin_compatible('click-plugins') }}
     - {{ pin_compatible('dask') }}
diff --git a/pyproject.toml b/pyproject.toml
index 4a6f9bd0be78127a785ee2238d42cfc0043b5d76..1514f3dafd96e50281f4506bffe6e16003eef4c0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -25,13 +25,12 @@
         "Topic :: Scientific/Engineering :: Artificial Intelligence",
     ]
     dependencies = [
-        "setuptools",
-        "clapper",
-        "bob.extension",
+        "bob",
         "bob.io.base",
-        "bob.pipelines",
         "bob.measure",
+        "bob.pipelines",
         "bob.bio.base",
+        "clapper",
         "click",
         "click-plugins",
         "dask",