From 3bfa041835d5e48875259c900f758c862e44a1e1 Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Sun, 5 Apr 2020 11:03:20 +0200
Subject: [PATCH] [conda] update mkl version to match the numpy version Fixes
 bob.math builds

---
 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 e3aaca08..e735814e 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -96,7 +96,7 @@ libsvm:
 libtiff:
   - 4.1.0
 mkl:
-  - 2019.1
+  - 2019
 sox:
   - 14.4.2
 vlfeat:
-- 
GitLab