mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-10 19:57:17 +03:00
ff4215f1c7
* Drop support for python 3.6 * Update docs
7 lines
366 B
Plaintext
7 lines
366 B
Plaintext
# build version constraints for use with wheelwright
|
|
numpy==1.15.0; python_version=='3.7' and platform_machine!='aarch64'
|
|
numpy==1.19.2; python_version=='3.7' and platform_machine=='aarch64'
|
|
numpy==1.17.3; python_version=='3.8' and platform_machine!='aarch64'
|
|
numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'
|
|
numpy>=1.25.0; python_version>='3.9'
|