ports/databases/py-pyarrow/files/patch-pyproject.toml
2024-03-24 03:01:18 -07:00

13 lines
310 B
TOML

--- pyproject.toml.orig 2024-03-13 13:39:08 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"
]