From 1b9f53d4e65d14fa4b44920109b1a83c72883949 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 19 Apr 2022 18:25:58 +0200
Subject: [PATCH] [conda_build_config] Bump mkl to try and solve intel issues

---
 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 be5039c5..7c61202c 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]
-  - 2021.4.0  # [x86 or x86_64]
+  - 2022.0.0  # [x86 or x86_64]
 ncurses:
   - 6.3
 nose:
-- 
GitLab