freebsd-ports/databases/py-pyarrow/files/patch-pyproject.toml
Po-Chuan Hsieh c4a7f0d293
databases/py-pyarrow: Add py-pyarrow 13.0.0
Python library for Apache Arrow provides a Python API for functionality provided
by the Arrow C++ libraries, along with tools for Arrow integration and
interoperability with pandas, NumPy, and other software in the Python ecosystem.
2023-09-05 10:10:10 +08:00

11 lines
266 B
TOML

--- pyproject.toml.orig 2023-08-17 08:25:47 UTC
+++ pyproject.toml
@@ -18,7 +18,7 @@
[build-system]
requires = [
"cython >= 0.29.31,<3",
- "oldest-supported-numpy>=0.14",
+ "numpy>=0.14",
"setuptools_scm",
"setuptools >= 40.1.0",
"wheel"