From 6ba320a94c1bcdec8cb1501db605aa3952720c96 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 3 Apr 2020 13:54:42 +0200 Subject: [PATCH] Increase build version of numpy for compatibility with tensorflow. Fixes bob.ip.tensorflow_extractor#10 --- 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 ba80b89d..e3aaca08 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -72,7 +72,7 @@ pkg_config: # 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.4 + - 1.16.6 boost: - 1.67.0 ffmpeg: -- GitLab