diff --git a/conda/meta.yaml b/conda/meta.yaml
index 437b9965b8cb81fc755d3198280e48c733dfffe6..140abdb4083f7e552493f783da4212755a287a41 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 2e95270800b240bbfce9c2148c2cadb049242f02..4c0faae8ea922a7fe5cd03d51ba6d5ef4bb12d1c 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",
 ]