Compare commits

..
2 Commits
Author SHA1 Message Date
Andrew Ferlitsch 4235fffeb3 fix: UJ9 2023-04-20 05:20:32 +00:00
59a220cb58 fix: pin kfp and gcpc < 2.0 in rapid_prototyping_bqml_automl (#1755)
* pin kfp in rapid_prototyping_bqml_automl

* downgrade component version

---------

Co-authored-by: Andrew Ferlitsch <aferlitsch@gmail.com>
2023-04-20 04:36:39 +00:00
3 changed files with 3 additions and 3 deletions
@@ -1577,7 +1577,7 @@
],
"metadata": {
"colab": {
"name": "sdk-custom-scikit-learn-prebuilt-container.ipynb",
"name": "UJ10 Vertex SDK Custom Scikit-Learn with pre-built training container.ipynb",
"toc_visible": true
},
"kernelspec": {
@@ -1459,7 +1459,7 @@
],
"metadata": {
"colab": {
"name": "UJ9 Vertex SDK Custom XGBoost with pre-built training container.ipynb",
"name": "sdk-custom-xgboost-prebuilt-container.ipynb",
"toc_visible": true
},
"kernelspec": {
@@ -265,7 +265,7 @@
"source": [
"# Install Python package dependencies.\n",
"print(\"Installing libraries\")\n",
"! pip3 install {USER_FLAG} --quiet google-cloud-pipeline-components kfp\n",
"! pip3 install {USER_FLAG} --quiet 'google-cloud-pipeline-components==1.0.20' 'kfp<2'\n",
"! pip3 install {USER_FLAG} --quiet --upgrade google-cloud-aiplatform google-cloud-bigquery"
]
},