From 9a5577bfa16a187d86e0a238c1f5a602c7d9295b Mon Sep 17 00:00:00 2001
From: Amir MOHAMMADI <amir.mohammadi@idiap.ch>
Date: Wed, 17 Apr 2019 20:59:56 +0200
Subject: [PATCH] Update numpy to earliest version that supports mkl 2019.1

---
 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 ad584739..040aab4b 100644
--- a/bob/devtools/data/conda_build_config.yaml
+++ b/bob/devtools/data/conda_build_config.yaml
@@ -74,7 +74,7 @@ cython:
 # we are linking against them. It is best to keep this in sync with:
 # https://github.com/AnacondaRecipes/aggregate/blob/master/conda_build_config.yaml
 numpy:
-  - 1.15.0
+  - 1.15.4
 boost:
   - 1.67.0
 ffmpeg:
-- 
GitLab