From 520420a50f3fbd86a38ae613cadd215896fe61bf Mon Sep 17 00:00:00 2001 From: Jonathan Calderon Chavez Date: Fri, 15 Mar 2024 18:06:37 +0000 Subject: [PATCH 1/2] pin --- Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 16423203..c0b1d6fd 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -546,7 +546,7 @@ RUN pip install flashtext \ scikit-learn==1.2.2 \ hpsklearn \ kmapper \ - shap \ + shap==0.44.1 \ cesium \ rgf_python \ jieba \ From 1e7e1b65da9b5971d631aca640bfb517e5a4519b Mon Sep 17 00:00:00 2001 From: Johnny Chavez <64660690+calderjo@users.noreply.github.com> Date: Fri, 15 Mar 2024 11:11:13 -0700 Subject: [PATCH 2/2] comment bug --- Dockerfile.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index c0b1d6fd..1528230f 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -546,6 +546,7 @@ RUN pip install flashtext \ scikit-learn==1.2.2 \ hpsklearn \ kmapper \ + # b/329869023 shap 0.45.0 breaks learntools shap==0.44.1 \ cesium \ rgf_python \