From 6e2b73319c218a3eeef1b6f9e05987b89f92e358 Mon Sep 17 00:00:00 2001 From: lb584 <lb584@cam.ac.uk> Date: Mon, 2 Sep 2024 11:28:01 +0100 Subject: [PATCH] specifying seaborn version --- configs/docker/build/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/docker/build/requirements.txt b/configs/docker/build/requirements.txt index 9902a95..21f46c6 100644 --- a/configs/docker/build/requirements.txt +++ b/configs/docker/build/requirements.txt @@ -10,4 +10,4 @@ python-docx==1.1.0 rioxarray==0.15.0 Rtree==1.1.0 scikit-learn==1.4.0 -seaborn +seaborn==0.12.0 -- GitLab