We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22a9c6 commit b235a2bCopy full SHA for b235a2b
build-constraints.txt
@@ -1,6 +1,2 @@
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.25.0; python_version>='3.9'
+numpy>=2.0.0; python_version>='3.9'
0 commit comments