From f7e89cc84ae83605630fd939e0e32f4a9d4d8d65 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Tue, 27 Sep 2022 12:53:39 +0200 Subject: [PATCH] Update build constraints for use within project constraints --- build-constraints.txt | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/build-constraints.txt b/build-constraints.txt index 956973a..1c0d771 100644 --- a/build-constraints.txt +++ b/build-constraints.txt @@ -1,8 +1,4 @@ # build version constraints for use with wheelwright + multibuild -numpy==1.15.0; python_version<='3.7' and platform_machine!='aarch64' -numpy==1.19.2; python_version<='3.7' and platform_machine=='aarch64' -numpy==1.17.3; python_version=='3.8' and platform_machine!='aarch64' -numpy==1.19.2; python_version=='3.8' and platform_machine=='aarch64' -numpy==1.19.3; python_version=='3.9' +numpy==1.21.0; python_version<='3.9' numpy==1.21.3; python_version=='3.10' numpy; python_version>='3.11'