From 3945982b9715858ae08de0f38d2ac6902c1df9c7 Mon Sep 17 00:00:00 2001 From: Alice BRENON <alice.brenon@ens-lyon.fr> Date: Thu, 18 Jul 2024 19:50:27 +0200 Subject: [PATCH] Forgot the dependency on graphviz in the python's requirements file (from 98bb5f9) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index cbfc58a..3115651 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +graphviz matplotlib nltk pandas -- GitLab