8000 chore(deps): update dependency numpy to v2.2.4 by renovate-bot · Pull Request #12975 · GoogleCloudPlatform/python-docs-samples · GitHub
[go: up one dir, main page]

Skip to content

chore(deps): update dependency numpy to v2.2.4 #12975

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

Merged
merged 4 commits into from
Mar 26, 2025
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 appengine/flexible/numpy/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Flask==3.0.3
gunicorn==23.0.0
numpy==2.0.0; python_version > '3.9'
numpy==2.2.4; python_version > '3.9'
numpy==1.26.4; python_version == '3.9'
numpy==1.24.4; python_version == '3.8'
2 changes: 1 addition & 1 deletion appengine/flexible/scipy/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Flask==3.0.3
gunicorn==23.0.0
imageio==2.35.1; python_version == '3.8'
imageio==2.36.1; python_version >= '3.9'
numpy==2.0.0; python_version > '3.9'
numpy==2.2.4; python_version > '3.9'
numpy==1.26.4; python_version == '3.9'
numpy==1.24.4; python_version == '3.8'
pillow==10.3.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Flask==3.0.3; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==23.0.0
numpy==2.0.0; python_version > '3.9'
numpy==1.26.4; python_version == '3.9'
numpy==1.24.4; python_version == '3.8'
numpy==1.21.6; python_version == '3.7'
numpy==2.2.4; python_version > '3.9'
numpy==2.2.4; python_version == '3.9'
numpy==2.2.4; python_version == '3.8'
numpy==2.2.4; python_version == '3.7'
Werkzeug==3.0.3
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ Flask==3.0.3; python_version > '3.6'
Flask==2.0.3; python_version < '3.7'
gunicorn==23.0.0
imageio==2.36.1
numpy==2.0.0; python_version > '3.9'
numpy==1.26.4; python_version == '3.9'
numpy==1.24.4; python_version == '3.8'
numpy==1.21.6; python_version == '3.7'
numpy==2.2.4; python_version > '3.9'
numpy==2.2.4; python_version == '3.9'
numpy==2.2.4; python_version == '3.8'
numpy==2.2.4; python_version == '3.7'
pillow==10.3.0
scipy==1.14.1
Werkzeug==3.0.3
2 changes: 1 addition & 1 deletion generative_ai/batch_predict/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.29.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
numpy<2.0.0
numpy<2.2.5
2 changes: 1 addition & 1 deletion generative_ai/context_caching/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/controlled_generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/embeddings/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ google-cloud-aiplatform[all]==1.84.0
sentencepiece==0.2.0
google-auth==2.29.0
anthropic[vertex]==0.28.0
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/evaluation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/extensions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/function_calling/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/image/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.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 @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.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 @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/model_tuning/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/prompts/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.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 @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/safety/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/system_instructions/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/template_folder/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/text_generation/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/text_models/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/token_count/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/understand_audio/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/understand_docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.43
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/understand_video/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
2 changes: 1 addition & 1 deletion generative_ai/video/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ google-auth==2.38.0
anthropic[vertex]==0.28.0
langchain-core==0.2.33
langchain-google-vertexai==1.0.10
numpy<2
numpy<3
Copy link
Contributor

Choose a reason for hiding this comment

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

medium

Why is the upper bound being changed to <3? Is there a specific reason for this change?

openai==1.30.5
immutabledict==4.2.0
4 changes: 2 additions & 2 deletions language/snippets/classify_text/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
google-cloud-language==2.15.1
numpy==2.0.0; python_version > '3.9'
numpy==1.24.4; python_version == '3.8'
numpy==2.2.4; python_version > '3.9'
numpy==1.26.4; python_version == '3.9'
numpy==1.24.4; python_version == '3.8'
0