kszucs commented on a change in pull request #11606:
URL: https://github.com/apache/arrow/pull/11606#discussion_r742915462



##########
File path: python/pyproject.toml
##########
@@ -18,10 +18,8 @@
 [build-system]
 requires = [
     "cython >= 0.29",
-    "numpy==1.16.6; python_version<'3.9'",
-    "numpy==1.19.4; python_version=='3.9'",
-    "numpy==1.21.3; python_version>'3.9'",
-    "setuptools",
+    "oldest-supported-numpy",

Review comment:
       Yeah, I searched for `PyArray_DescrCheck` across the codebase and didn't 
find any occurrences, so hope that pinning is not necessary. 




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