Skip to content

Commit ad491b0

Browse files
authored
Remove holidays pin
fbprophet now supports the latest version of the holidays package. BUG=148383434
1 parent e5c7ebd commit ad491b0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,8 +217,6 @@ RUN pip install mpld3 && \
217217
pip install pyexcel-ods && \
218218
pip install sklearn-pandas && \
219219
pip install stemming && \
220-
# b/148383434 remove pip install for holidays once fbprophet is compatible with latest version of holidays.
221-
pip install holidays==0.9.12 && \
222220
pip install fbprophet && \
223221
pip install holoviews && \
224222
# 1.6.2 is not currently supported by the version of matplotlib we are using.

0 commit comments

Comments
 (0)