Skip to content
Merged
Show file tree
Hide file tree
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 dataflow/gemma-flex-template/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.62.0
google-cloud-aiplatform==1.158.0
google-cloud-dataflow-client==0.8.14
google-cloud-pubsub==2.28.0
google-cloud-storage==2.18.2
Expand Down
2 changes: 1 addition & 1 deletion dataflow/gemma/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.49.0
google-cloud-aiplatform==1.158.0
google-cloud-dataflow-client==0.8.10
google-cloud-storage==2.16.0
pytest==9.0.3; python_version >= "3.10"
Expand Down
2 changes: 1 addition & 1 deletion dataflow/run-inference/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.57.0
google-cloud-aiplatform==1.158.0
google-cloud-dataflow-client==0.8.14
google-cloud-storage==2.10.0
pytest==9.0.3; python_version >= "3.10"
2 changes: 1 addition & 1 deletion gemma2/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pytest==9.0.3; python_version >= "3.10"
pytest==9.0.3
4 changes: 2 additions & 2 deletions gemma2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-aiplatform[full]==1.157.0
protobuf==5.29.5
google-cloud-aiplatform==1.158.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.

medium

The [full] extra was removed from google-cloud-aiplatform during this upgrade. If the gemma2 sample relies on any of the extra dependencies installed by google-cloud-aiplatform[full] (such as tensorboard, shap, etc.), this could cause runtime ImportErrors. Please retain the [full] extra.

google-cloud-aiplatform[full]==1.158.0

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I tested this changes witouth the full, and found it to not be necessary, on the contrary, using the full caused issued on installation.

protobuf==6.33.6