numpy: bump version to 1.24.3

Need to also fix build for GCC 13 + musl.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
(cherry picked from commit 8f176e30f3)
This commit is contained in:
Alexandru Ardelean
2022-10-30 19:31:26 +02:00
committed by Tianling Shen
parent 72bccf6b5f
commit 1abc7665d8
2 changed files with 11 additions and 5 deletions

View File

@@ -1,9 +1,9 @@
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -2,8 +2,8 @@
@@ -1,8 +1,8 @@
[build-system]
# Minimum requirements for the build system to execute.
requires = [
"packaging==20.5; platform_machine=='arm64'", # macos M1
- "setuptools==59.2.0",
- "wheel==0.37.0",
+ "setuptools>=59.2.0",