Update requirements.txt (#917)

pandas>=0.23.4 is required to not encounter the following error when passing a holidays argument, since earlier in earlier version pandas the concat does not have a sort argument.

File "/usr/local/lib/python3.6/dist-packages/fbprophet/forecaster.py", line 454, in construct_holiday_dataframe
all_holidays = pd.concat((all_holidays, holidays_to_add), sort=False)
TypeError: concat() got an unexpected keyword argument 'sort'
This commit is contained in:
andrealouw 2019-04-18 02:13:42 +02:00 committed by Ben Letham
parent 8456cad5c0
commit 0f863bf94b

View file

@ -1,7 +1,7 @@
Cython>=0.22
pystan>=2.14,<=2.18.1
numpy>=1.10.0
pandas>=0.20.1
pandas>=0.23.4
matplotlib>=2.0.0
lunardate>=0.1.5
convertdate>=2.1.2