Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 492b2fba64 fix: pip install 2023-07-26 12:06:49 -07:00
@@ -166,7 +166,7 @@
"! pip3 install -U \"uvicorn[standard]>=0.12.0,<0.14.0\" fastapi~=0.63 -q\n",
"\n",
"# Vertex SDK for Python\n",
"! pip3 install -U google-cloud-aiplatform -q"
"! pip3 install --upgrade --quiet google-cloud-aiplatform"
]
},
{