Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 03a37e668a Update custom_tabular_regression_model_evaluation.ipynb 2023-11-21 09:59:56 -08:00
Andrew FerlitschandGitHub dbcab9d619 try more pinning 2023-11-17 10:19:10 -08:00
Andrew FerlitschandGitHub 36614405d4 pin KFP < 2 2023-11-15 10:01:10 -08:00
Andrew FerlitschandGitHub f27cec0147 pin 1.35 2023-11-14 15:26:15 -08:00
Andrew FerlitschandGitHub cd5e86f0ff CI/CD fix 2023-11-14 14:20:38 -08:00
@@ -147,10 +147,10 @@
},
"outputs": [],
"source": [
"! pip3 install --upgrade --quiet google-cloud-aiplatform \\\n",
" tensorflow \\\n",
"! pip3 install --upgrade --quiet google-cloud-aiplatform==1.33.0 \\\n",
" tensorflow==2.9 \\\n",
" google-cloud-pipeline-components==1.0.26 \\\n",
" kfp \\\n",
" 'kfp<2' \\\n",
" matplotlib \\\n",
" google-cloud-storage "
]