Compare commits

...
Author SHA1 Message Date
Andrew FerlitschandGitHub a562fd036e fix pip cmd 2023-10-16 15:10:07 -07:00
Andrew FerlitschandGitHub 75c677d16e remove pip cache 2023-10-16 14:58:34 -07:00
Andrew FerlitschandGitHub f2ab42455c Update SDK_FBProphet_Forecasting_Online.ipynb 2023-10-16 14:45:44 -07:00
Andrew FerlitschandGitHub aa7dd90a2e add package joblib 2023-10-16 14:27:46 -07:00
Andrew FerlitschandGitHub 80f1aa3151 downgrade shapely 2023-10-16 13:47:31 -07:00
Andrew FerlitschandGitHub 5effcb22c2 pin earlier version of pandas 2023-10-16 13:32:52 -07:00
Andrew FerlitschandGitHub 324b88f03f pin pandas 2023-10-16 13:02:30 -07:00
Andrew FerlitschandGitHub 013af00f64 debug CI/CD failure 2023-10-16 12:50:32 -07:00
@@ -49,7 +49,8 @@
" Open in Vertex AI Workbench\n",
" </a>\n",
" </td>\n",
"</table>"
"</table>\n",
"<br/>"
]
},
{
@@ -154,11 +155,13 @@
"google-cloud-aiplatform==1.16.0\n",
"google-cloud-bigquery==2.34.4\n",
"numpy\n",
"pandas\n",
"pandas==2.0.3\n",
"plotly==5.9.0\n",
"pyarrow==8.0.0\n",
"fastapi~=0.63\n",
"pystan\n",
"joblib\n",
"'shapely<2.0.0'\n",
"prophet==1.1.4"
]
},
@@ -170,6 +173,8 @@
},
"outputs": [],
"source": [
"! rm -rf ~/.cache/pip/selfcheck/\n",
"! pip3 install --upgrade pip3\n",
"# install dependencies from requirements.txt\n",
"! pip3 install -r requirements.txt -q"
]