From c9b95c2201c73b6ef7e9f17f155e6a2e62a3e10e Mon Sep 17 00:00:00 2001 From: Ketan Kotwal <ketan.kotwal@idiap.ch> Date: Mon, 30 Nov 2020 13:12:49 +0100 Subject: [PATCH] Update meta.yaml --- conda/meta.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index 5ea5178..f604397 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -26,10 +26,17 @@ requirements: - python {{ python }} - setuptools {{ setuptools }} - bob.extension + - numpy + - bob.bio.base + - bob.bio.video + - bob.pad.face + - bob.learn.pytorch + # place your other host dependencies here run: - python - setuptools + - numpy # place other runtime dependencies here (same as requirements.txt) test: -- GitLab