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 20b2fa4 commit 299cb0bCopy full SHA for 299cb0b
1 file changed
build-constraints.txt
@@ -0,0 +1,8 @@
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'
7
+numpy==1.21.3; python_version=='3.10'
8
+numpy; python_version>='3.11'
0 commit comments