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

Backport: Relax protobuf lower bound to 3.20. (#15506) #15610

Merged

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Apr 29, 2024

Backport of #15506 to cuDF 24.04.

Also backports #15574 to ignore a warning from newer cupy releases.

This PR drops the lower bound of protobuf to 3.20, to make cuDF compatible with the versions used in Google Colab.

I tested this manually in Google Colab, which uses protobuf 3.20, and cuDF 24.02 seemed to work fine when reading ORC statistics (the only runtime feature in cuDF that needs protobuf). Note: cuDF 24.02 was built was a newer protobuf/protoc, version 4.x.

I will test this by forcing protobuf 3.20 in CI, and then revert those changes if tests pass.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Nick Becker (https://github.com/beckernick)
  - Ray Douglass (https://github.com/raydouglass)
  - Matthew Roeschke (https://github.com/mroeschke)

URL: rapidsai#15506
@github-actions github-actions bot added Python Affects Python cuDF API. conda labels Apr 29, 2024
@bdice bdice added improvement Improvement / enhancement to an existing function non-breaking Non-breaking change labels Apr 29, 2024
@bdice bdice self-assigned this Apr 29, 2024
@bdice bdice marked this pull request as ready for review April 29, 2024 21:45
@bdice bdice requested review from a team as code owners April 29, 2024 21:45
@bdice bdice requested review from wence- and galipremsagar and removed request for a team April 29, 2024 21:45
cupy 13.1 added a warning about the jitify cache warming up that we must silence in our test suite for it to pass.

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

Approvers:
  - https://github.com/brandon-b-miller
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Bradley Dice (https://github.com/bdice)

URL: rapidsai#15574
@raydouglass raydouglass merged commit acbb30a into rapidsai:branch-24.04 May 1, 2024
73 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.

4 participants