Skip to content
Closed
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.158.0
google-cloud-aiplatform==2.0.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/run-inference/requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-aiplatform==1.158.0
google-cloud-aiplatform==2.0.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.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-aiplatform==1.158.0
google-cloud-aiplatform==2.0.0
protobuf==6.33.6
2 changes: 1 addition & 1 deletion generative_ai/embeddings/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
pandas==2.2.3; python_version == '3.8'
pandas==2.2.3; python_version > '3.8'
pillow==12.2.0
google-cloud-aiplatform[full]==1.157.0
google-cloud-aiplatform[full]==2.0.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

Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues. For embeddings, the standard package is sufficient.

google-cloud-aiplatform==2.0.0
References
  1. Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues.

sentencepiece==0.2.0
google-auth==2.29.0
anthropic[vertex]==0.28.0
Expand Down
2 changes: 1 addition & 1 deletion generative_ai/evaluation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
pandas==2.2.3; python_version == '3.8'
pandas==2.2.3; python_version > '3.8'
pillow==12.2.0
google-cloud-aiplatform[full]==1.157.0
google-cloud-aiplatform[full]==2.0.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

Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues. For evaluation, the standard package is sufficient.

google-cloud-aiplatform==2.0.0
References
  1. Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues.

sentencepiece==0.2.0
google-auth==2.38.0
anthropic[vertex]==0.28.0
Expand Down
2 changes: 1 addition & 1 deletion generative_ai/extensions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
pandas==2.2.3; python_version == '3.8'
pandas==2.2.3; python_version > '3.8'
pillow==12.2.0
google-cloud-aiplatform[full]==1.157.0
google-cloud-aiplatform[full]==2.0.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

Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues. For extensions, the standard package is sufficient.

google-cloud-aiplatform==2.0.0
References
  1. Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues.

sentencepiece==0.2.0
google-auth==2.38.0
anthropic[vertex]==0.28.0
Expand Down
2 changes: 1 addition & 1 deletion generative_ai/function_calling/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
google-auth==2.38.0
openai==1.68.2
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0
2 changes: 1 addition & 1 deletion generative_ai/image_generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
pandas==2.2.3; python_version == '3.8'
pandas==2.2.3; python_version > '3.8'
pillow==12.2.0
google-cloud-aiplatform[full]==1.157.0
google-cloud-aiplatform[full]==2.0.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

Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues. For image generation, the standard package is sufficient.

google-cloud-aiplatform==2.0.0
References
  1. Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues.

sentencepiece==0.2.0
google-auth==2.38.0
anthropic[vertex]==0.28.0
Expand Down
2 changes: 1 addition & 1 deletion generative_ai/labels/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0
2 changes: 1 addition & 1 deletion generative_ai/model_garden/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
pandas==2.2.3; python_version == '3.8'
pandas==2.2.3; python_version > '3.8'
pillow==12.2.0
google-cloud-aiplatform[full]==1.157.0
google-cloud-aiplatform[full]==2.0.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

Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues. For model garden, the standard package is sufficient.

google-cloud-aiplatform==2.0.0
References
  1. Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues.

sentencepiece==0.2.0
google-auth==2.38.0
anthropic[vertex]==0.28.0
Expand Down
2 changes: 1 addition & 1 deletion generative_ai/model_tuning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
pandas==2.2.3; python_version == '3.8'
pandas==2.2.3; python_version > '3.8'
pillow==12.2.0
google-cloud-aiplatform[full]==1.157.0
google-cloud-aiplatform[full]==2.0.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

Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues. For model tuning, the standard package is sufficient.

google-cloud-aiplatform==2.0.0
References
  1. Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues.

sentencepiece==0.2.0
google-auth==2.38.0
anthropic[vertex]==0.28.0
Expand Down
2 changes: 1 addition & 1 deletion generative_ai/prompts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
pandas==2.2.3; python_version == '3.8'
pandas==2.2.3; python_version > '3.8'
pillow==12.2.0
google-cloud-aiplatform[full]==1.157.0
google-cloud-aiplatform[full]==2.0.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

Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues. For prompts, the standard package is sufficient.

google-cloud-aiplatform==2.0.0
References
  1. Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues.

sentencepiece==0.2.0
google-auth==2.38.0
anthropic[vertex]==0.28.0
Expand Down
2 changes: 1 addition & 1 deletion generative_ai/provisioned_throughput/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0
google-auth==2.38.0
2 changes: 1 addition & 1 deletion generative_ai/rag/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0
2 changes: 1 addition & 1 deletion generative_ai/reasoning_engine/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pandas==2.2.3; python_version == '3.7'
pandas==2.2.3; python_version == '3.8'
pandas==2.2.3; python_version > '3.8'
pillow==12.2.0
google-cloud-aiplatform[full]==1.157.0
google-cloud-aiplatform[full]==2.0.0
sentencepiece==0.2.0
google-auth==2.38.0
anthropic[vertex]==0.28.0
Expand Down
2 changes: 1 addition & 1 deletion model_garden/gemma/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
google-cloud-aiplatform[full]==1.157.0
google-cloud-aiplatform[full]==2.0.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

Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues. For Gemma model garden, the standard package is sufficient.

google-cloud-aiplatform==2.0.0
References
  1. Avoid using the [full] extra for google-cloud-aiplatform unless those extra dependencies are strictly necessary, as they can cause installation issues.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
earthengine-api==1.5.9
folium==0.19.5
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0
pandas==2.2.3
tensorflow==2.12.0
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pillow==12.2.0
apache-beam[gcp]==2.55.1
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apache-beam[gcp]==2.46.0
earthengine-api==1.5.9
folium==0.19.5
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0
imageio==2.36.1
plotly==5.15.0
tensorflow==2.12.0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==3.1.3; python_version >= '3.9'
apache-beam[gcp]==2.46.0
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0
gunicorn==23.0.0
pandas==2.2.3
tensorflow==2.12.1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
../../serving/weather-model
build==0.10.0
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0
2 changes: 1 addition & 1 deletion translate/samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-translate==3.18.0
google-cloud-storage==2.9.0
google-cloud-automl==2.14.1
google-cloud-aiplatform==1.157.0
google-cloud-aiplatform==2.0.0