There was an error while loading. Please reload this page.
2 parents bccc3dc + 2f7b6e3 commit 0aecfb0Copy full SHA for 0aecfb0
1 file changed
Dockerfile
@@ -457,7 +457,8 @@ RUN pip install flashtext && \
457
pip install jieba && \
458
pip install git+https://github.com/SauceCat/PDPbox && \
459
pip install ggplot && \
460
- pip install cesium && \
+ # b/145856222 cesium 0.9.10 forces a downgrade of scikit-learn.
461
+ pip install cesium==0.9.9 && \
462
pip install rgf_python && \
463
# b/145404107: latest version force specific version of numpy and torch.
464
pip install pytext-nlp==0.1.2 && \
0 commit comments