Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 020f000ac9 pin AIP 2023-10-16 14:54:15 -07:00
Andrew FerlitschandGitHub 2dfffb9160 try latest aip 2023-10-16 14:26:18 -07:00
Andrew FerlitschandGitHub 7e3cf18f46 Update bqml_vertexai_model_registry.ipynb 2023-10-09 07:44:49 -07:00
Andrew FerlitschandGitHub bb545a0ec8 pin packages 2023-10-05 08:50:28 -07:00
Andrew FerlitschandGitHub 50bb2bd779 fix: CI/CD failure 2023-10-04 15:41:50 -07:00
@@ -143,8 +143,8 @@
},
"outputs": [],
"source": [
"! pip3 install --upgrade google-cloud-aiplatform \\\n",
" google-cloud-bigquery \\\n",
"! pip3 install --upgrade google-cloud-aiplatform==1.30.0 'shapely<2' \\\n",
" google-cloud-bigquery==3.11.4 \\\n",
" pyarrow --quiet"
]
},