From 846647d98e4999e565155e3324afbefd41bdd468 Mon Sep 17 00:00:00 2001 From: Johnny Chavez <64660690+calderjo@users.noreply.github.com> Date: Tue, 20 Aug 2024 01:24:41 -0700 Subject: [PATCH] fix (#1419) --- Dockerfile.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.tmpl b/Dockerfile.tmpl index 11205a0..d1f2ee3 100644 --- a/Dockerfile.tmpl +++ b/Dockerfile.tmpl @@ -183,7 +183,7 @@ RUN export PATH=/usr/local/cuda/bin:$PATH && \ RUN JAXVER=$(pip freeze | grep -e "^jax==") && \ pip install --upgrade \ "matplotlib<3.8.0" \ - seaborn \ + "seaborn==0.12.2" \ python-dateutil dask dask-expr igraph \ pyyaml joblib geopy mne pyshp \ pandas \