We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef8b7cd commit 17f6b68Copy full SHA for 17f6b68
1 file changed
build-constraints.txt
@@ -1,8 +1,4 @@
1
# build version constraints for use with wheelwright + multibuild
2
-numpy==1.15.0; python_version<='3.7' and platform_machine!='aarch64'
3
-numpy==1.19.2; python_version<='3.7' and platform_machine=='aarch64'
4
-numpy==1.17.3; python_version=='3.8' and platform_machine!='aarch64'
5
-numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64'
6
-numpy==1.19.3; python_version=='3.9'
+numpy==1.21.0; python_version<='3.9'
7
numpy==1.21.3; python_version=='3.10'
8
numpy; python_version>='3.11'
0 commit comments