Skip to content

Commit b235a2b

Browse files
committed
Fix build constraint
1 parent f22a9c6 commit b235a2b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build-constraints.txt

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,2 @@
11
# 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'
2+
numpy>=2.0.0; python_version>='3.9'

0 commit comments

Comments
 (0)