From 69f9c7496bcd975f0953b3dc2dfdff9c45ff0861 Mon Sep 17 00:00:00 2001 From: Ketan Kotwal <ketan.kotwal@idiap.ch> Date: Mon, 30 Nov 2020 13:38:59 +0100 Subject: [PATCH] Update meta.yaml --- conda/meta.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/conda/meta.yaml b/conda/meta.yaml index f604397..a957dd8 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -27,8 +27,6 @@ requirements: - setuptools {{ setuptools }} - bob.extension - numpy - - bob.bio.base - - bob.bio.video - bob.pad.face - bob.learn.pytorch @@ -36,7 +34,6 @@ requirements: run: - python - setuptools - - numpy # place other runtime dependencies here (same as requirements.txt) test: -- GitLab