From a8a33e3996c67350d2f408bbb3f4a3ecdddfd0c6 Mon Sep 17 00:00:00 2001 From: Christoph Dyllick-Brenzinger Date: Wed, 29 Oct 2025 15:17:03 +0100 Subject: [PATCH] remove seaborn --- runner/requirements.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/runner/requirements.txt b/runner/requirements.txt index 28f4f1a..dd4984f 100644 --- a/runner/requirements.txt +++ b/runner/requirements.txt @@ -12,5 +12,4 @@ pyjwt pdfmerge pillow-heif rapidfuzz # enable fuzzy string matching -markdown # allow processing content of long-text columns -seaborn # data visualization library based on matplotlib \ No newline at end of file +markdown # allow processing content of long-text columns \ No newline at end of file