From 9dec02b036e053bec5251f1b75c02e99da872617 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20L=C3=B3pez=20Rivera?= Date: Sun, 5 May 2024 00:36:31 +0200 Subject: [PATCH] Fixed mpl_plotter version requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 51b2a9c..980f067 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ numpy -mpl-plotter>=55.5.0 \ No newline at end of file +mpl-plotter>=5.5.0 \ No newline at end of file