We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d1438 commit f13214dCopy full SHA for f13214d
generative_ai/embeddings/requirements.txt
@@ -1,14 +1,12 @@
1
pandas==1.3.5; python_version == '3.7'
2
pandas==2.0.3; python_version == '3.8'
3
-pandas==2.1.4; python_version > '3.8'
+pandas==2.2.3; python_version > '3.8'
4
pillow==10.3.0; python_version < '3.8'
5
pillow==10.3.0; python_version >= '3.8'
6
-google-cloud-aiplatform[all]==1.69.0
+google-cloud-aiplatform[all]==1.84.0
7
sentencepiece==0.2.0
8
google-auth==2.29.0
9
anthropic[vertex]==0.28.0
10
-langchain-core==0.2.33
11
-langchain-google-vertexai==1.0.10
12
numpy<2
13
openai==1.30.5
14
immutabledict==4.2.0
0 commit comments