Skip to content

Commit

Permalink
override the whole python-zip for numpy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 24, 2024
1 parent 1241586 commit 40169ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions recipes/spacy-pkuseg/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 40169ea

Please sign in to comment.