Fokko commented on a change in pull request #4285:
URL: https://github.com/apache/iceberg/pull/4285#discussion_r823152301
##########
File path: python/setup.py
##########
@@ -19,7 +19,14 @@
setup(
name="py-iceberg",
- install_requires=[],
+ install_requires=[
Review comment:
Hey @samredai thanks for the comments. I just moved the dependencies
from the `setup.py` to the `setup.cfg`. I've took them from the `python_legacy`
indeed, and added the ones that are required to let the tests pass. I've also
removed pyarrow from `tox.ini`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]