Skip to content

Commit 3248f1f

Browse files
authored
Skip holidays v0.25
http://b/283847935
1 parent d9f20d3 commit 3248f1f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile.tmpl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,8 +320,11 @@ RUN pip install mpld3 \
320320
python-louvain \
321321
pyexcel-ods \
322322
sklearn-pandas \
323-
stemming \
324-
prophet \
323+
stemming \
324+
# b/266272046 prophet 1.1.2 breaks the test
325+
prophet==1.1.1 \
326+
# b/283847935 holidays 0.25 is broken
327+
"holidays!=0.25" \
325328
holoviews \
326329
geoviews \
327330
hypertools \

0 commit comments

Comments
 (0)