pitrou commented on code in PR #39557:
URL: https://github.com/apache/arrow/pull/39557#discussion_r1462981871


##########
python/pyproject.toml:
##########
@@ -18,7 +18,12 @@
 [build-system]
 requires = [
     "cython >= 0.29.31",
-    "oldest-supported-numpy>=0.14",
+    # Starting with NumPy 1.25, NumPy is (by default) as far back compatible
+    # as oldest-support-numpy was (customizable with a NPY_TARGET_VERSION

Review Comment:
   I mean that oldest-supported-numpy also accounts for bugs that cropped up in 
the past, e.g. broken ARM compatibility.
   https://github.com/scipy/oldest-supported-numpy/blob/main/setup.cfg
   



-- 
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]

Reply via email to