Skip to content

Commit 17f6b68

Browse files
authored
Update build constraints for use within project constraints (#27)
1 parent ef8b7cd commit 17f6b68

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

build-constraints.txt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
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.19.3; python_version=='3.9'
2+
numpy==1.21.0; python_version<='3.9'
73
numpy==1.21.3; python_version=='3.10'
84
numpy; python_version>='3.11'

0 commit comments

Comments
 (0)