From f37d2cfedfe608600a1fa962acf8744d43619414 Mon Sep 17 00:00:00 2001
From: Andre Mayoraz <andre.mayoraz@idiap.ch>
Date: Mon, 13 Feb 2023 11:45:06 +0100
Subject: [PATCH] [conda] added clapp in dependencies

---
 conda/meta.yaml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index cf0dfd0..5dd6d09 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -28,6 +28,7 @@ requirements:
     - docopt {{ docopt }}
     - scikit-image {{ scikit_image }}
     - matplotlib {{ matplotlib }}
+    - clapp
     - bob.extension
     - bob.io.base
     - bob.bio.base
@@ -35,6 +36,7 @@ requirements:
   run:
     - python
     - setuptools
+    - clapp
     - bob.extension
     - bob.io.base
     - bob.bio.base
-- 
GitLab