From 22673b2d77f8ccaae40eac71d4ebd7ea4094faf0 Mon Sep 17 00:00:00 2001 From: Christoph Dyllick-Brenzinger Date: Wed, 29 Oct 2025 12:51:34 +0100 Subject: [PATCH] add seaborn --- runner/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/runner/requirements.txt b/runner/requirements.txt index 01d8690..28f4f1a 100644 --- a/runner/requirements.txt +++ b/runner/requirements.txt @@ -13,3 +13,4 @@ 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