Skip to content

Commit 03a2f48

Browse files
committed
Replaced double quotes for single quotes
1 parent 0b8ee14 commit 03a2f48

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

appengine/flexible/scipy/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ imageio==2.36.1; python_version >= '3.9'
55
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'
8-
pillow==12.2.0; python_version >= "3.10"
8+
pillow==12.2.0; python_version >= '3.10'
99
scipy==1.10.1; python_version <= '3.9'
1010
scipy==1.14.1; python_version > '3.9'

generative_ai/embeddings/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
4-
pillow==12.2.0; python_version >= "3.10"
4+
pillow==12.2.0; python_version >= '3.10'
55
google-cloud-aiplatform[all]==1.84.0
66
sentencepiece==0.2.0
77
google-auth==2.29.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
4-
pillow==12.2.0; python_version >= "3.10"
4+
pillow==12.2.0; python_version >= '3.10'
55
google-cloud-aiplatform[all]==1.69.0
66
sentencepiece==0.2.0
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
9-
langchain-core==1.4.0; python_version >= "3.10"
10-
langchain-google-vertexai==3.2.3; python_version >= "3.10"
9+
langchain-core==1.4.0; python_version >= '3.10'
10+
langchain-google-vertexai==3.2.3; python_version >= '3.10'
1111
numpy<3
1212
openai==1.68.2
1313
immutabledict==4.2.0
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
pandas==2.2.3; python_version == '3.7'
22
pandas==2.2.3; python_version == '3.8'
33
pandas==2.2.3; python_version > '3.8'
4-
pillow==12.2.0; python_version >= "3.10"
4+
pillow==12.2.0; python_version >= '3.10'
55
google-cloud-aiplatform[all]==1.69.0
66
sentencepiece==0.2.0
77
google-auth==2.38.0
88
anthropic[vertex]==0.28.0
9-
langchain-core==1.4.0; python_version >= "3.10"
10-
langchain-google-vertexai==3.2.3; python_version >= "3.10"
9+
langchain-core==1.4.0; python_version >= '3.10'
10+
langchain-google-vertexai==3.2.3; python_version >= '3.10'
1111
numpy<3
1212
openai==1.68.2
1313
immutabledict==4.2.0

0 commit comments

Comments
 (0)