forked from Lainports/freebsd-ports
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.
11 lines
266 B
TOML
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"
|