From 4125d2d7344ec6b66b776239feb3b7c1c719a277 Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Wed, 14 Jun 2023 11:16:41 +0200
Subject: [PATCH] meta(deps): add bob as dependency in new structure

---
 conda/meta.yaml | 12 ++++++------
 pyproject.toml  |  7 +++----
 2 files changed, 9 insertions(+), 10 deletions(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 2b774d9..934a9b9 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 4a6f9bd..1514f3d 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",
-- 
GitLab