paddyroddy opened a new pull request, #47176: URL: https://github.com/apache/arrow/pull/47176
### Rationale for this change Modern packaging requires non-user facing dependencies to be placed in a `dependency-groups as per [PEP 735](https://peps.python.org/pep-0735.) ### What changes are included in this PR? Changes the `project.optional-dependencies` to `dependency-groups`. ### Are these changes tested? Not locally yet. I've tried searching for use of the word `test`. Obviously this comes up a lot in the code base, so testing in CI here. ### Are there any user-facing changes? Not really, no. The only difference is people would have to do `pip install --group test pyarrow` rather than `pip install pyarrow[test]`. -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org