Skip to content

Commit 0aecfb0

Browse files
authored
Merge pull request #673 from Kaggle/fix-wordbatch
Pin cesium to avoid scikit-learn downgrade
2 parents bccc3dc + 2f7b6e3 commit 0aecfb0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,8 @@ RUN pip install flashtext && \
457457
pip install jieba && \
458458
pip install git+https://github.com/SauceCat/PDPbox && \
459459
pip install ggplot && \
460-
pip install cesium && \
460+
# b/145856222 cesium 0.9.10 forces a downgrade of scikit-learn.
461+
pip install cesium==0.9.9 && \
461462
pip install rgf_python && \
462463
# b/145404107: latest version force specific version of numpy and torch.
463464
pip install pytext-nlp==0.1.2 && \

0 commit comments

Comments
 (0)