diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 16423203..1528230f 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -546,7 +546,8 @@ RUN pip install flashtext \ scikit-learn==1.2.2 \ hpsklearn \ kmapper \ - shap \ + # b/329869023 shap 0.45.0 breaks learntools + shap==0.44.1 \ cesium \ rgf_python \ jieba \