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 fc6e2e5 commit e9d5132Copy full SHA for e9d5132
generative_ai/requirements.txt
@@ -1,7 +1,7 @@
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'
4
-pillow==9.5.0; python_version < '3.8'
+pillow==10.3.0; python_version < '3.8'
5
pillow==10.3.0; python_version >= '3.8'
6
google-cloud-aiplatform[all]==1.64.0
7
sentencepiece==0.2.0
0 commit comments