From ce0920ce56a1caf07ff2dfc9c91befdfaf47ad4b Mon Sep 17 00:00:00 2001 From: Andre Mayoraz <andre.mayoraz@idiap.ch> Date: Fri, 11 Nov 2022 12:00:15 +0100 Subject: [PATCH] [conda] added bob packages to run section --- conda/meta.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 16c8474..1201d1c 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -38,6 +38,11 @@ requirements: run: - python - setuptools + - bob.extension + - bob.io.base + - bob.pipelines + - bob.measure + - bob.bio.base - {{ pin_compatible('click') }} - {{ pin_compatible('click-plugins') }} - {{ pin_compatible('dask') }} -- GitLab