mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-27 10:26:35 +03:00
5 lines
228 B
Plaintext
5 lines
228 B
Plaintext
# build version constraints for use with wheelwright
|
|
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'
|