From e2af4dbf2083bd78d45d478c4e28c6dd36976b78 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 14 Feb 2020 14:26:51 +0100 Subject: [PATCH] Add bob back to get the version number from there --- conda/meta.yaml | 1 + packages.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/conda/meta.yaml b/conda/meta.yaml index e695f65..d40e4f0 100644 --- a/conda/meta.yaml +++ b/conda/meta.yaml @@ -14,6 +14,7 @@ requirements: - setuptools # This list should be the same as packages.txt. # This list should also be the same as in bob/bob conda recipe + bob.devtools + - bob - bob.ap - bob.bio.base - bob.bio.face diff --git a/packages.txt b/packages.txt index 6515ea1..4030c1c 100644 --- a/packages.txt +++ b/packages.txt @@ -1,3 +1,4 @@ +bob/bob bob/bob.ap bob/bob.bio.base bob/bob.bio.face -- GitLab