You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "eitsupi (via GitHub)" <gi...@apache.org> on 2023/04/01 06:45:27 UTC

[GitHub] [arrow] eitsupi commented on issue #29228: Create wheels for M1 Silicon for older versions

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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org