From d77be00bcc587a3f0dcd13a545b0a75544b54708 Mon Sep 17 00:00:00 2001 From: Theophile Terraz Date: Tue, 24 Mar 2026 09:18:40 +0100 Subject: [PATCH] force matplotlib < 3.10 to avoid a bug (removing artists) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4a747d38..46415b80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ PyQt5-sip==12.12.2 #PyQtWebEngine==5.15.6 QScintilla>=2.14.1 pyqtgraph>=0.12.1 -matplotlib>=3.7.1 +matplotlib>=3.7.1, < 3.10.0 numpy>=1.24.2 colorama>=0.4.3 pyinstaller>=5.11.0