From 297d50cb932f8d0b05ecb9f228ee1c691d1dd629 Mon Sep 17 00:00:00 2001 From: Amir MOHAMMADI <amir.mohammadi@idiap.ch> Date: Fri, 1 Oct 2021 18:01:00 +0200 Subject: [PATCH] [bob/devtools/data/conda_build_config.yaml] remove python numpy zip keys --- bob/devtools/data/conda_build_config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bob/devtools/data/conda_build_config.yaml b/bob/devtools/data/conda_build_config.yaml index be58f2c3..2f3180dd 100644 --- a/bob/devtools/data/conda_build_config.yaml +++ b/bob/devtools/data/conda_build_config.yaml @@ -128,10 +128,10 @@ zip_keys: - c_compiler_version # [unix] - cxx_compiler_version # [unix] - fortran_compiler_version # [unix] - - - - python - - numpy - - python_impl + # - + # - python + # - numpy + # - python_impl # TODO: remove these when run_exports are added to the packages. -- GitLab