diff --git a/notebooks/forecasting-the-stock-market.ipynb b/notebooks/forecasting-the-stock-market.ipynb index 440db8b..d79199c 100644 --- a/notebooks/forecasting-the-stock-market.ipynb +++ b/notebooks/forecasting-the-stock-market.ipynb @@ -299,7 +299,7 @@ "source": [ "# Install required packages (this can take some minutes)\n", "# UPDATE(vnderlev): setuptools-git is now required for fbprophet 0.5. \n", - "!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib=3.0.2 --upgrade" + "!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib==3.0.2 --upgrade" ] }, {