From 40169ea8088837df48658f8a271fcafaabef08bb Mon Sep 17 00:00:00 2001 From: "H. Vetinari" Date: Mon, 25 Nov 2024 10:06:15 +1100 Subject: [PATCH] override the whole python-zip for numpy 2.0 --- recipes/spacy-pkuseg/conda_build_config.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/recipes/spacy-pkuseg/conda_build_config.yaml b/recipes/spacy-pkuseg/conda_build_config.yaml index 791696f391930..495c7b75589e7 100644 --- a/recipes/spacy-pkuseg/conda_build_config.yaml +++ b/recipes/spacy-pkuseg/conda_build_config.yaml @@ -1,2 +1,16 @@ +# we only want to override numpy, but need to override the whole zip numpy: - "2.0" + - "2.0" + - "2.0" + - "2.0" +python: + - 3.9.* *_cpython + - 3.10.* *_cpython + - 3.11.* *_cpython + - 3.12.* *_cpython +python_impl: + - cpython + - cpython + - cpython + - cpython