mirror of
https://github.com/explosion/spaCy.git
synced 2024-11-11 04:08:09 +03:00
6 lines
207 B
Plaintext
6 lines
207 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; python_version>='3.10'
|