From 25aa498c68b3a49e183b9f33c3a6180c1214bab8 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 18 Nov 2020 18:58:07 +0100 Subject: [PATCH] [bob-devel] more comments --- conda/bob-devel/meta.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conda/bob-devel/meta.yaml b/conda/bob-devel/meta.yaml index c30456ff..5726678a 100644 --- a/conda/bob-devel/meta.yaml +++ b/conda/bob-devel/meta.yaml @@ -4,6 +4,8 @@ package: name: bob-devel # please update the version of beat-devel and update bob-devel's version # 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: 2020.11.19 build: @@ -23,6 +25,11 @@ requirements: # IMPORTANT: To update this list, create a conda environment with all the # below packages without any pinning. Once the environment is resolved, # observe those versions and put them here. + # Example: + # $ conda create -n temp --dry-run \ + # --override-channels --strict-channel-priority \ + # -c https://www.idiap.ch/software/bob/conda -c defaults \ + # python=3.7 boost click click-plugins ... - boost 1.73.0 - click 7.1.2 - click-plugins 1.1.1 -- GitLab