Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub b58e9b02a8 Update CI/CD fix 2023-11-14 14:15:56 -08:00
@@ -122,7 +122,7 @@
"outputs": [],
"source": [
"# Install the packages\n",
"! pip3 install --upgrade google-cloud-aiplatform \\\n",
"! pip3 install --upgrade google-cloud-aiplatform==1.35.0 \\\n",
" google-cloud-storage \\\n",
" 'google-cloud-bigquery[pandas]'"
]