Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion gemma2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-aiplatform[all]==1.64.0
protobuf==5.29.5
protobuf==7.35.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

high

Upgrading protobuf to 7.35.0 (v7) will cause a dependency conflict with google-cloud-aiplatform[all]==1.64.0. google-cloud-aiplatform depends on google-api-core, which currently restricts protobuf to < 6.0.0dev. Upgrading to v7 will break installation via pip install due to this conflict. It is recommended to keep protobuf at 5.29.5 until google-cloud-aiplatform and google-api-core support protobuf v7.

protobuf==5.29.5