Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Fbprophet Setup fix for matplotlib #26

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alessandromarialva
Copy link
Contributor

From Notebook:
forecasting-the-stock-market.ipynb

Line 302 updated:
from:
"!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib=3.0.2 --upgrade"
to:
"!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib==3.0.2 --upgrade"

From Notebook:
forecasting-the-stock-market.ipynb

Line 302 updated:
from:
    "!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib=3.0.2 --upgrade"
to:
    "!pip install --user pystan==2.17.1.0 holidays==0.9.8 setuptools-git==1.2 matplotlib==3.0.2 --upgrade"
@alessandromarialva
Copy link
Contributor Author

There you go Sangeev, thanks!

@sanjeevghimire
Copy link
Contributor

@alessandromarialva can you merge master and resubmit the PR? I have made a change to the travis file and its failing.

@alessandromarialva
Copy link
Contributor Author

merged, please check. Thanks

@sanjeevghimire
Copy link
Contributor

looks like its not merged yet

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants