From 5f3ce8966107a33902f5c32d522f740a7dce5085 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 18 Nov 2020 18:57:47 +0100 Subject: [PATCH] avoid conflicts --- conda_build_config.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/conda_build_config.yaml b/conda_build_config.yaml index 6387a768..0f44a4cc 100644 --- a/conda_build_config.yaml +++ b/conda_build_config.yaml @@ -70,9 +70,9 @@ zip_keys: # The dependencies that we link against (host requirements). ffmpeg: - - 4.2 + - 4.2.2 freetype: - - 2.10 + - 2.10.4 glib: - 2.63.1 harfbuzz: @@ -82,16 +82,16 @@ hdf5: jasper: - 2.0.14 jpeg: - - 9 + - 9b libpng: - - 1.6 + - 1.6.37 libtiff: - - 4.1 + - 4.1.0 mkl: - - 2019 + - 2019.4 numpy: - 1.16 xz: - - 5 + - 5.2.5 zlib: - - 1.2 + - 1.2.11 -- GitLab