From 8cf03bf79df48839a570c82cfff87eda72a45931 Mon Sep 17 00:00:00 2001 From: Luka Gerlach Date: Wed, 8 Oct 2025 11:51:27 +0200 Subject: [PATCH] add stanza import --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 74ba9e2..86082e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ dependencies = [ "adjusttext>=1.3.0", "altair>=5.5.0", "umap-learn>=0.5.7", + "stanza>=1.11.0" ] [build-system]