From 8d71048a87c9604752ae784a7b84acd3bb919ae4 Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Sat, 27 Jul 2024 11:52:17 +0200 Subject: [PATCH] Missing dependency Signed-off-by: Sylvain Leclerc --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6a94757..5b5a758 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ numpy==1.24.4 -matplotlib==3.5.1 \ No newline at end of file +matplotlib==3.5.1 +pandas \ No newline at end of file