prophet/python/requirements.txt
Ben Letham d8dd2f53b7
Add progress bar to cross_validation (#1338)
* tqdm

* Added progress bar to the crossvalidation

In order to improve the user experiance a progress bar is added to the crossvalidation loop.

* Update requirements.txt

* Update python/fbprophet/diagnostics.py

* updated further

* Update requirements.txt
2020-03-04 16:01:02 -08:00

12 lines
200 B
Text

Cython>=0.22
cmdstanpy==0.4
pystan>=2.14
numpy>=1.10.0
pandas>=0.23.4
matplotlib>=2.0.0
LunarCalendar>=0.0.9
convertdate>=2.1.2
holidays>=0.9.5
setuptools-git>=1.2
python-dateutil>=2.8.0
tqdm>=4.42.1