kou commented on code in PR #47478:
URL: https://github.com/apache/arrow/pull/47478#discussion_r2321438932
##########
python/pyproject.toml:
##########
@@ -18,11 +18,6 @@
[build-system]
requires = [
"cython >= 3.1",
- # Starting with NumPy 1.25, NumPy is (by default) as far back compatible
- # as oldest-support-numpy was (customizable with a NPY_TARGET_VERSION
- # define). For older Python versions (where NumPy 1.25 is not yet
available)
- # continue using oldest-support-numpy.
- "oldest-supported-numpy>=0.14; python_version<'3.9'",
"numpy>=1.25; python_version>='3.9'",
Review Comment:
```suggestion
"numpy>=1.25",
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]