kszucs commented on pull request #11604:
URL: https://github.com/apache/arrow/pull/11604#issuecomment-960733066
We have pinned that in pyproject.toml:
```python
[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 < 58.5", # ARROW-14584
"setuptools_scm",
"wheel"
]
```
--
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]