From b2af3da9af25446918aca78dd011fdbefb27746d Mon Sep 17 00:00:00 2001
From: Yannick DAYER <yannick.dayer@idiap.ch>
Date: Tue, 13 Jun 2023 20:23:02 +0200
Subject: [PATCH] meta(deps): add bob dependency, remove duplicates.

---
 conda/meta.yaml | 2 ++
 pyproject.toml  | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index 437b996..140abdb 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -21,6 +21,7 @@ requirements:
     - python {{ python }}
     - setuptools {{ setuptools }}
     - pip {{ pip }}
+    - bob
     - h5py {{ h5py }}
     - numpy {{ numpy }}
     - pillow {{ pillow }}
@@ -29,6 +30,7 @@ requirements:
   run:
     - python
     - setuptools
+    - bob
     - {{ pin_compatible('numpy') }}
     - {{ pin_compatible('pillow') }}
     - {{ pin_compatible('imageio') }}
diff --git a/pyproject.toml b/pyproject.toml
index 2e95270..4c0faae 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,10 +21,10 @@ classifiers = [
     "Topic :: Software Development :: Libraries :: Python Modules",
 ]
 dependencies = [
+    "bob",
     "h5py",
     "imageio",
     "numpy",
-    "click",
     "pillow",
 ]
 
-- 
GitLab