Skip to content

Commit 2579ecb

Browse files
renovate-botglasnt
andauthored
chore(deps): update dependency numpy to v2.2.4 (#12975)
* chore(deps): update dependency numpy to v2.2.4 * pin numpy deps * Update language/snippets/classify_text/requirements.txt * Update appengine/flexible/scipy/requirements.txt --------- Co-authored-by: Katie McLaughlin <katie@glasnt.com>
1 parent 0eb06ae commit 2579ecb

File tree

29 files changed

+36
-36
lines changed

29 files changed

+36
-36
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==3.0.3
22
gunicorn==23.0.0
3-
numpy==2.0.0; python_version > '3.9'
3+
numpy==2.2.4; python_version > '3.9'
44
numpy==1.26.4; python_version == '3.9'
55
numpy==1.24.4; python_version == '3.8'

appengine/flexible/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Flask==3.0.3
22
gunicorn==23.0.0
33
imageio==2.35.1; python_version == '3.8'
44
imageio==2.36.1; python_version >= '3.9'
5-
numpy==2.0.0; python_version > '3.9'
5+
numpy==2.2.4; python_version > '3.9'
66
numpy==1.26.4; python_version == '3.9'
77
numpy==1.24.4; python_version == '3.8'
88
pillow==10.3.0
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Flask==3.0.3; python_version > '3.6'
22
Flask==2.0.3; python_version < '3.7'
33
gunicorn==23.0.0
4-
numpy==2.0.0; python_version > '3.9'
5-
numpy==1.26.4; python_version == '3.9'
6-
numpy==1.24.4; python_version == '3.8'
7-
numpy==1.21.6; python_version == '3.7'
4+
numpy==2.2.4; python_version > '3.9'
5+
numpy==2.2.4; python_version == '3.9'
6+
numpy==2.2.4; python_version == '3.8'
7+
numpy==2.2.4; python_version == '3.7'
88
Werkzeug==3.0.3

appengine/flexible_python37_and_earlier/scipy/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Flask==3.0.3; python_version > '3.6'
22
Flask==2.0.3; python_version < '3.7'
33
gunicorn==23.0.0
44
imageio==2.36.1
5-
numpy==2.0.0; python_version > '3.9'
6-
numpy==1.26.4; python_version == '3.9'
7-
numpy==1.24.4; python_version == '3.8'
8-
numpy==1.21.6; python_version == '3.7'
5+
numpy==2.2.4; python_version > '3.9'
6+
numpy==2.2.4; python_version == '3.9'
7+
numpy==2.2.4; python_version == '3.8'
8+
numpy==2.2.4; python_version == '3.7'
99
pillow==10.3.0
1010
scipy==1.14.1
1111
Werkzeug==3.0.3

generative_ai/batch_predict/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ google-auth==2.29.0
99
anthropic[vertex]==0.28.0
1010
langchain-core==0.2.33
1111
langchain-google-vertexai==1.0.10
12-
numpy<2
12+
numpy<3
1313
openai==1.30.5
1414
immutabledict==4.2.0

generative_ai/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
numpy<2.0.0
1+
numpy<2.2.5

generative_ai/context_caching/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ google-auth==2.38.0
99
anthropic[vertex]==0.28.0
1010
langchain-core==0.2.33
1111
langchain-google-vertexai==1.0.10
12-
numpy<2
12+
numpy<3
1313
openai==1.30.5
1414
immutabledict==4.2.0

generative_ai/controlled_generation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ google-auth==2.38.0
99
anthropic[vertex]==0.28.0
1010
langchain-core==0.2.33
1111
langchain-google-vertexai==1.0.10
12-
numpy<2
12+
numpy<3
1313
openai==1.30.5
1414
immutabledict==4.2.0

generative_ai/embeddings/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ google-cloud-aiplatform[all]==1.84.0
77
sentencepiece==0.2.0
88
google-auth==2.29.0
99
anthropic[vertex]==0.28.0
10-
numpy<2
10+
numpy<3
1111
openai==1.30.5
1212
immutabledict==4.2.0

generative_ai/evaluation/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ google-auth==2.38.0
99
anthropic[vertex]==0.28.0
1010
langchain-core==0.2.33
1111
langchain-google-vertexai==1.0.10
12-
numpy<2
12+
numpy<3
1313
openai==1.30.5
1414
immutabledict==4.2.0

0 commit comments

Comments
 (0)