Is your feature request related to a problem? Please describe.
cuDF currently pins pyarrow to <24 which makes it harder to install alongside packages like nemo-data-designer which require pyarrow>=24.
I believe the motivation for that library to bump to pyarrow 24 was due to CVEs impacting pyarrow 23.
Describe the solution you'd like
Support for pyarrow>=24
Describe alternatives you've considered
Can currently work around this by using uv's override dependencies.
Additional context
Related to #22229
Is your feature request related to a problem? Please describe.
cuDF currently pins pyarrow to <24 which makes it harder to install alongside packages like nemo-data-designer which require pyarrow>=24.
I believe the motivation for that library to bump to pyarrow 24 was due to CVEs impacting pyarrow 23.
Describe the solution you'd like
Support for pyarrow>=24
Describe alternatives you've considered
Can currently work around this by using uv's override dependencies.
Additional context
Related to #22229