From aa3e28508f4c4c246a3e0fced966bf7cdfbdac28 Mon Sep 17 00:00:00 2001 From: krassowski <5832902+krassowski@users.noreply.github.com> Date: Thu, 15 Aug 2024 13:23:58 +0100 Subject: [PATCH] Try adding `seaborn` to fix modules which depend on it --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ce4a870..64dafe9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -49,4 +49,5 @@ jupyterlab_nebari_mode scikit-learn==1.4.2 matplotlib==3.5.2 pandas==2.2.0 -numpy==1.26.4 \ No newline at end of file +numpy==1.26.4 +seaborn