From 9b087b5a235ce43e5404d0f1cd6cd1612ea8d758 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Wed, 17 Apr 2019 16:44:34 +0200 Subject: [PATCH] Fix numpy and mkl version incompatibility Update conda_build_config.yaml --- 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 df305135..ad584739 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.14.5 + - 1.15.0 boost: - 1.67.0 ffmpeg: @@ -100,7 +100,7 @@ libsvm: libtiff: - 4.0.9 mkl: - - 2019.3 + - 2019.1 openfst: - 1.6.1 sox: -- GitLab