2020-11-23 13:15:11 +03:00
|
|
|
# build version constraints for use with wheelwright + multibuild
|
2022-07-11 14:29:35 +03:00
|
|
|
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'
|
2020-11-23 13:15:11 +03:00
|
|
|
numpy==1.19.3; python_version=='3.9'
|
2021-10-28 16:32:06 +03:00
|
|
|
numpy==1.21.3; python_version=='3.10'
|
2022-12-15 12:55:01 +03:00
|
|
|
numpy==1.23.2; python_version=='3.11'
|
|
|
|
numpy; python_version>='3.12'
|