From f18850af30411209d6a8242c099e7e3f476d1068 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Wed, 20 Oct 2021 15:43:08 +0200 Subject: [PATCH] Revert "Revert "[conda_build_config] Only install mkl on intel processors"" This reverts commit f78bc4adc81f53a2e253b242432eb55a912b5880. --- 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 270a4ab1..ab7d4fad 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -397,7 +397,7 @@ make: matplotlib: - 3.4.3 mkl: - - 2020.4 + - 2020.4 # [x86 or x86_64] ncurses: - 6.2 nose: -- GitLab