[FEA] Re-enable Tensorflow, cudf.pandas third party tests
Open
cudf.pandas
feature request
- Dominant language
- C++
- Stars
- 9.8k
- Forks
- 1.1k
- Avg merge
- 3d 6m
- Merged PRs (30d)
- 278
Description
https://github.com/rapidsai/cudf/pull/21873 disabled cudf.pandas third party testing with Tensorflow as that job now tests with Python 3.14 but those wheels don't exist yet for `tensorflow[and-cuda]` https://github.com/tensorflow/tensorflow/issues/102890.
To re-enable we can:
1. Wait until that Tensorflow issue has been addressed
2. Add some extra, special-casing logic to the third party testing setup to install Python 3.13 instead
This highlights that we should start considering ways to consolidate the custom, third party cudf.pandas testing setup into the common Python testing setup xref https://github.com/rapidsai/cudf/issues/20712
Contributor guide
Assessment
This issue has not been assessed yet.