Skip to content

Commit 2d53f44

Browse files
authored
ping holidays to 0.24
0.26 was released and is still broken http://b/283847935
1 parent 98ca3e9 commit 2d53f44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ RUN pip install mpld3 \
322322
stemming \
323323
# b/266272046 prophet 1.1.2 breaks the test
324324
prophet==1.1.1 \
325-
# b/283847935 holidays 0.25 is broken
326-
"holidays!=0.25" \
325+
# b/283847935 holidays >0.24 is broken
326+
"holidays==0.24" \
327327
holoviews \
328328
geoviews \
329329
hypertools \

0 commit comments

Comments
 (0)