From ff27426994ea62012401060e9512c704cb90c9a3 Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Sat, 27 Jul 2024 11:58:17 +0200 Subject: [PATCH] Relax version requirement for matplotlib Signed-off-by: Sylvain Leclerc --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5b5a758..a53dddd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy==1.24.4 -matplotlib==3.5.1 +matplotlib>=3.5.1 pandas \ No newline at end of file