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

Drop python-snappy from dependencies. #15161

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Feb 27, 2024

Description

Previously python-snappy was a test dependency. It does not appear that we rely on this directly, as there are no instances of import snappy. Recently, pandas also dropped this dependency: pandas-dev/pandas#54633

More generally, we can refactor the dependency list to use pandas[all] now that we require pandas 2.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@bdice bdice requested review from a team as code owners February 27, 2024 21:13
@github-actions github-actions bot added Python Affects Python cuDF API. conda labels Feb 27, 2024
@bdice bdice added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Feb 27, 2024
@bdice bdice self-assigned this Feb 27, 2024
@vyasr
Copy link
Contributor

vyasr commented Feb 27, 2024

See #14344 for what happened with python-snappy.

"xlsxwriter",
"xlwt",
"zstandard",
"pandas[all]",
Copy link
Contributor

Choose a reason for hiding this comment

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

Was planning to do it. Thank you!

@galipremsagar
Copy link
Contributor

/merge

@raydouglass raydouglass merged commit 8526e6d into rapidsai:branch-24.04 Feb 28, 2024
71 of 74 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
improvement Improvement / enhancement to an existing function non-breaking Non-breaking change Python Affects Python cuDF API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants