sungwy opened a new pull request, #572: URL: https://github.com/apache/iceberg-rust/pull/572
Currently, the dependency management is a bit awkward because we duplicate the list of optional dependencies in `pyproject.toml` under `[project.optional-dependencies]`, and then in `.github/workflows/bindings_python_ci.yml` in order to install the optional dependencies to test the built binary. Hatch is a lightweight dependency manager that will allow us to manage the dependencies in one place, and reuse the hatch commands in both local development, builds and environment setup in the CI -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org