From 92742ab9bb6c74a0b865b3e5989bc0d2d565545a Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Mon, 9 Nov 2020 15:03:36 +0100 Subject: [PATCH] [conda_build_config] Upgrade numpy and mkl to be compatible with the latest bob-devel --- bob/devtools/data/conda_build_config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 23bfdbb3..e02b5142 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -121,9 +121,9 @@ libsvm: libtiff: - 4.1.0 mkl: - - 2019 + - 2020.2 numpy: - - 1.16.6 + - 1.17.4 pybind11: - 2.4.3 sox: -- GitLab