Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using pandas 2 #1308

Merged
merged 1 commit into from
Jan 26, 2024
Merged

Conversation

vyasr
Copy link
Contributor

@vyasr vyasr commented Jan 26, 2024

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 vyasr added feature request New feature or request non-breaking Non-breaking change labels Jan 26, 2024
@vyasr vyasr self-assigned this Jan 26, 2024
@vyasr vyasr requested a review from a team as a code owner January 26, 2024 02:31
@vyasr vyasr changed the base branch from branch-24.02 to branch-24.04 January 26, 2024 02:31
@github-actions github-actions bot added the conda conda issue label Jan 26, 2024
Copy link
Contributor

@wence- wence- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With a non-blocking question about whether 1.3 is the right lower bound.

@vyasr
Copy link
Contributor Author

vyasr commented Jan 26, 2024

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
Copy link
Contributor Author

vyasr commented Jan 26, 2024

/merge

@rapids-bot rapids-bot bot merged commit 897f0b6 into rapidsai:branch-24.04 Jan 26, 2024
24 checks passed
@vyasr vyasr deleted the feat/allow_pandas2 branch January 26, 2024 19:23
younseojava pushed a commit to ROCm/dask-cuda-rocm that referenced this pull request Apr 16, 2024
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 rapidsai#1306

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Lawrence Mitchell (https://github.com/wence-)
  - Ray Douglass (https://github.com/raydouglass)

URL: rapidsai#1308
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conda conda issue feature request New feature or request non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants