Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub 13a449d7c6 improve install 2023-04-24 12:45:22 -07:00
@@ -192,7 +192,7 @@
"if IS_WORKBENCH_NOTEBOOK:\n",
" USER_FLAG = \"--user\"\n",
"\n",
"! pip3 install --upgrade google-cloud-aiplatform {USER_FLAG} -q"
"! pip3 install --upgrade google-cloud-aiplatform pandas {USER_FLAG} -q"
]
},
{