mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
72dc63b3fb
* Update for python 3.10 * Update mac image * Update build constraints for python 3.10 * Add extras for cupy cuda 11.3-11.5 * Remove cupy-cuda115 extra * Require thinc>=8.0.12 * Switch CI to windows-2019 * Skip mypy for python 3.10
7 lines
245 B
Plaintext
7 lines
245 B
Plaintext
# build version constraints for use with wheelwright + multibuild
|
|
numpy==1.15.0; python_version<='3.7'
|
|
numpy==1.17.3; python_version=='3.8'
|
|
numpy==1.19.3; python_version=='3.9'
|
|
numpy==1.21.3; python_version=='3.10'
|
|
numpy; python_version>='3.11'
|