Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Pin Prophet dependency after breaking changes (apache#13852)
Prophet is heavily dependent on Pystan: https://facebook.github.io/prophet/docs/installation.html Pystan has recently (2021-03-25) release its v3.0.0. This release is not backward compatible and breaks fbprophet: facebook/prophet#1856 (Indeed, fbprophet 0.6 specifies `pystan>=2.14` — but doesn't restrict upgrading to next major release: https://github.com/facebook/prophet/blob/0.6/python/requirements.txt#L3) So we need to pin pystan to the lastest non 3.x release, while fbprophet fixes the dependency on their side. We have taken this opportunity to bump fbprophet too to its next minor version. Signed-off-by: Étienne Boisseau-Sierra <[email protected]>
- Loading branch information