terencehonles commented on a change in pull request #8386:
URL: https://github.com/apache/arrow/pull/8386#discussion_r501333833
##########
File path: python/pyproject.toml
##########
@@ -19,7 +19,9 @@
requires = [
"cython >= 0.29",
"numpy==1.14.5; python_version<'3.7'",
- "numpy==1.16.0; python_version>='3.7'",
Review comment:
Files:
- python/pyproject.toml
- python/requirements-wheel-build.txt
- python/requirements-wheel-test.txt
Seemed to closely match, but `pyproject.toml` mentions a different version
for Python 3.7, I pinned what was specified for Python 3.8 in the other files,
but it probably can accept `1.19.2` which I'm not sure if it's the first
release to support Python 3.9, but it does build properly.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]