From 3e93b266682885a5cc7c1617cfeb1332b94e4cec Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 9 Aug 2019 09:51:20 +0200 Subject: [PATCH] [conda-build-config] Bring back zc_recipe_egg (bob.buildout dep) --- bob/devtools/data/conda_build_config.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index a3a04f90..3b350aff 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -162,6 +162,8 @@ tensorflow: - 1.14.0 torchvision: - 0.3.0 +zc_recipe_egg: + - 2.0.7 # The dependencies that are needed for runtime only (run requirements) of BEAT # packages. These versions **should** match the versions inside beat-devel -- GitLab