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