Skip to content

Commit 299cb0b

Browse files
authored
Add build constraints for wheelwright (#25)
1 parent 20b2fa4 commit 299cb0b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

build-constraints.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)