This website requires JavaScript.
Explore
Help
Register
Sign In
explosion
/
spaCy
Watch
1
Star
1
Fork
0
You've already forked spaCy
mirror of
https://github.com/explosion/spaCy.git
synced
2024-11-10 19:57:17 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
v4.0.0.dev4
spaCy
/
build-constraints.txt
3 lines
90 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Drop support for python 3.6 (#13009) * Drop support for python 3.6 * Update docs
2023-09-25 15:48:38 +03:00
# build version constraints for use with wheelwright
Update numpy build constraints for numpy 1.25 (#12839) * Update numpy build constraints for numpy 1.25 Starting in numpy 1.25 (see https://github.com/numpy/numpy/releases/tag/v1.25.0), the numpy C API is backwards-compatible by default. For python 3.9+, we should be able to drop the specific numpy build requirements and use `numpy>=1.25`, which is currently backwards-compatible to `numpy>=1.19`. In the future, the python <3.9 requirements could be dropped and the lower numpy pin could correspond to the oldest supported version for the current lower python pin. * Turn off fail-fast * Revert "Turn off fail-fast" This reverts commit 4306f516bc4a6b3437b5393ff1b6b6ae54957d2d. * Update for python 3.6 * Fix typo
2023-07-24 11:32:56 +03:00
numpy>=1.25.0; python_version>='3.9'
Reference in New Issue
Copy Permalink