paddyroddy opened a new issue, #47137:
URL: https://github.com/apache/arrow/issues/47137

   ### Describe the enhancement requested
   
   `dependency-groups` are a new feature in Python (see 
https://peps.python.org/pep-0735). These are designed to be used when the extra 
dependencies (i.e. `test`) is intended for devs and bot for general users. They 
should be moved to a new section.
   
   ```toml
   [dependency-groups]
   test = [
       'pytest',
       'hypothesis',
       'cffi',
       'pytz',
       'pandas'
   ]
   ```
   
   ### Component(s)
   
   Python


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

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

Reply via email to