packages/lang/python/numpy/patches/001-unpin-build-dependencies.patch
Alexandru Ardelean 8f176e30f3 numpy: bump version to 1.24.3
Need to also fix build for GCC 13 + musl.

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
2023-05-26 11:16:17 +03:00

13 lines
277 B
Diff

--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,8 +1,8 @@
[build-system]
# Minimum requirements for the build system to execute.
requires = [
- "setuptools==59.2.0",
- "wheel==0.37.0",
+ "setuptools>=59.2.0",
+ "wheel>=0.37.0",
"Cython>=0.29.30,<3.0",
]