ports/databases/py-apache-arrow/files/patch-pyproject.toml
2024-03-24 14:15:31 -07:00

13 lines
310 B
TOML

--- pyproject.toml.orig 2024-03-24 19:23:05 UTC
+++ pyproject.toml
@@ -18,8 +18,8 @@ requires = [
[build-system]
requires = [
"cython >= 0.29.31",
- "oldest-supported-numpy>=0.14",
- "setuptools_scm < 8.0.0",
+ "numpy>=0.14",
+ "setuptools_scm",
"setuptools >= 40.1.0",
"wheel"
]