Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub ac79c4bb55 pin to fix CI/CD failure 2023-11-09 11:30:13 -08:00
@@ -123,7 +123,7 @@
"outputs": [],
"source": [
"# Install the packages\n",
"! pip3 install --upgrade google-cloud-aiplatform \\\n",
"! pip3 install --upgrade google-cloud-aiplatform==1.36.0 \\\n",
" google-cloud-storage \\\n",
" 'google-cloud-bigquery[pandas]' "
]