Compare commits

...
@@ -155,7 +155,7 @@
"source": [
"## Installation\n",
"\n",
"Install the latest version of Vertex SDK for Python."
"Install the latest version of Vertex AI SDK for Python."
]
},
{
@@ -194,7 +194,8 @@
},
"outputs": [],
"source": [
"! pip3 install --upgrade google-cloud-pipeline-components $USER_FLAG"
"! pip3 install --upgrade google-cloud-pipeline-components $USER_FLAG\n",
"! pip3 install --upgrade kfp $USER_FLAG"
]
},
{
@@ -232,7 +233,7 @@
"id": "check_versions"
},
"source": [
"Check the versions of the packages you installed. The KFP SDK version should be >=1.6."
"Check the versions of the packages you installed. "
]
},
{