[FEA] Add CI job to validate that cudf.pandas
can be imported for all supported minor versions of pandas
#16537
Labels
cudf.pandas
can be imported for all supported minor versions of pandas
#16537
Is your feature request related to a problem? Please describe.
pandas sometimes releases new APIs in minor versions that we want to proxy in
cudf.pandas
. In the past, we have not been careful enough to guard these features with a pandas version check which can completely preventcudf.pandas
from being imported in an older version of pandas e.g. #16401Describe the solution you'd like
At minimum, it would be good to fully validate that
cudf.pandas
can just be imported for all supported, latest minor versions of pandas e.g. 2.0, 2.1, 2.2, etc.Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: