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



##########
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:
       > I wonder what do we need in install_requires: 
https://github.com/apache/arrow/blob/master/python/setup.py#L572
   
   Yes, I don't think this needs to be changed. `oldest-supported-numpy` is 
about build dependencies, not runtime install dependencies




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