From 11a6f5672642e94ad2ea7cc7ddc8db49dd4da0a3 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 14 Jul 2021 15:16:40 +0200 Subject: [PATCH] [bob-devel] update bob-devel --- conda/beat-devel/meta.yaml | 4 ++-- conda/bob-devel/meta.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda/beat-devel/meta.yaml b/conda/beat-devel/meta.yaml index 5998d1eb..e44a0d71 100644 --- a/conda/beat-devel/meta.yaml +++ b/conda/beat-devel/meta.yaml @@ -2,7 +2,7 @@ {% set nopin = ['ca-certificates', 'certifi', 'openssl', 'libstdcxx-ng', 'libgcc-ng', 'libcxx', 'libcxxabi'] %} package: name: beat-devel - version: 2021.06.17 + version: 2021.07.14 build: # the build number must be zero all the time. @@ -14,7 +14,7 @@ build: requirements: host: - - bob-devel 2021.06.17 + - bob-devel 2021.07.14 - python {{ python }} # the dependencies are pinned in bob-devel - docker-py diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml index 3586e1d8..3088db56 100644 --- a/conda/bob-devel/meta.yaml +++ b/conda/bob-devel/meta.yaml @@ -6,7 +6,7 @@ package: # there as well in the same merge request. # Then open an MR in bob/bob.devtools to put these new versions of bob-devel and # beat-devel in `bob/devtools/data/conda_build_config.yaml` - version: 2021.06.17 + version: 2021.07.14 build: # the build number must be zero all the time. -- GitLab