rapidsai / dask-cuda

Utilities for Dask and CUDA interactions
https://docs.rapids.ai/api/dask-cuda/stable/
Apache License 2.0
292 stars 93 forks source link

Allow using pandas 2 #1308

Closed vyasr closed 10 months ago

vyasr commented 10 months ago

dask-cuda uses pandas for some tests, but the main reason for the pinning is that it is inherited from RAPIDS libraries (mainly cudf) that do not yet support pandas 2.0 and are the primary use case for dask-cuda. However, there is no reason dask-cuda cannot be used in other contexts, so relaxing this constraint makes sense.

Resolves #1306

vyasr commented 10 months ago

In order to unblock cudf's pandas 2.0 testing I'm going to merge this, but I'll continue the discussion offline about an appropriate pandas lower bound (or if there needs to be one here at all).

vyasr commented 10 months ago

/merge