From 8ea23ad95f5981475534a6283fa190ea088575cc Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Tue, 19 Apr 2022 18:35:15 +0200 Subject: [PATCH] [conda_build_config] Bump mkl to try and solve intel issues (bis) --- bob/devtools/data/conda_build_config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index 7c61202c..552d2859 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -402,7 +402,7 @@ make: matplotlib: - 3.5.1 mkl: # [x86 or x86_64] - - 2022.0.0 # [x86 or x86_64] + - 2022.0.1 # [x86 or x86_64] ncurses: - 6.3 nose: -- GitLab