From f716bbee01fe20950fce961ce59a853eb75a96b8 Mon Sep 17 00:00:00 2001 From: David Andersen Date: Sun, 5 Jan 2025 11:25:48 -0800 Subject: [PATCH] added shap --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3148305..7fb903b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN mamba install -c esri arcgis arcgis-mapping -y && \ RUN pip install --upgrade pip setuptools wheel RUN pip install --upgrade nbconvert -RUN pip install numpy==1.26.4 pygris +RUN pip install numpy==1.26.4 pygris shap # RUN pip install "numpy<2"