Skip to content

Commit 564389b

Browse files
authored
Pin blake3 to fix vaex (#1121)
See: vaexio/vaex#1817 http://b/214080882
1 parent 5d43fcc commit 564389b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,8 @@ RUN pip install bleach && \
433433

434434
RUN pip install flashtext && \
435435
pip install wandb && \
436+
# b/214080882 blake3 0.3.0 is not compatible with vaex.
437+
pip install blake3==0.2.1 && \
436438
pip install vaex && \
437439
pip install marisa-trie && \
438440
pip install pyemd && \

0 commit comments

Comments
 (0)