From e54b47e5c4aabf52e4c6edf1e5f25d5663cfb2a6 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Tue, 10 Nov 2020 13:36:26 +0100
Subject: [PATCH] [conda build config] relax build time pins to avoid conflicts

---
 bob/devtools/data/conda_build_config.yaml | 21 +++++++++++----------
 1 file changed, 11 insertions(+), 10 deletions(-)

diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml
index 43faf570..3666d8de 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -100,32 +100,33 @@ pkg_config:
 # Ideally we want to build against the oldest possible version of packages when
 # we are linking against them. It is best to keep this in sync with:
 # https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml
+# The level of pins (x, x.x, or x.x.x) depends on the run_exports of the package
 boost:
-  - 1.73.0
+  - 1.73
 ffmpeg:
-  - 4.2.2
+  - 4.2
 freetype:
-  - 2.9.1
+  - 2.10
 giflib:
-  - 5.1.4
+  - 5
 hdf5:
   - 1.10.6
 jpeg:
-  - 9b
+  - 9
 libblitz:
   - 1.0.1
 libpng:
-  - 1.6.35
+  - 1.6
 libsvm:
   - 3.24
 libtiff:
-  - 4.1.0
+  - 4.1
 mkl:
-  - 2019.4
+  - 2019
 numpy:
-  - 1.16.6
+  - 1.16
 pybind11:
-  - 2.4.3
+  - 2.4
 sox:
   - 14.4.2
 vlfeat:
-- 
GitLab