eitsupi commented on issue #29228:
URL: https://github.com/apache/arrow/issues/29228#issuecomment-1492853492
I am wondering if this issue can be closed since it seems out of date and
snowflake-connector-python already seems to be following a newer version of
pyarrow.
```toml
[build-system]
requires = [
# The minimum setuptools version is specific to the PEP 517 backend,
# and may be stricter than the version required in `setup.py`
"setuptools>=40.6.0",
"wheel",
"cython",
# Must be kept in sync with the `setup_requirements` in `setup.cfg`
"pyarrow>=10.0.1,<10.1.0",
]
```
https://github.com/snowflakedb/snowflake-connector-python/blob/e937591356c067a77f34a0a42328907fda792c23/pyproject.toml#L9
--
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]