aisk commented on PR #7960: URL: https://github.com/apache/paimon/pull/7960#issuecomment-4550742802
Currently, pypaimon is using a legacy `setup.py` and reading `dev/requirements.txt` as dependencies in it, so this PR could resolve the issue: https://github.com/apache/paimon/blob/d2ce7ae5d3c853ed523f87fab0244aed531c1896/paimon-python/setup.py#L121-L134 I think we should upgrade to a modern way of managing dependencies (e.g., using `pyproject.toml` with or without uv), but I think that could happen in another PR. -- 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]
