force matplotlib < 3.10 to avoid a bug (removing artists)

dev_dylan
Theophile Terraz 2026-03-24 09:18:40 +01:00
parent ff0fa8ae8e
commit d77be00bcc
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ PyQt5-sip==12.12.2
#PyQtWebEngine==5.15.6 #PyQtWebEngine==5.15.6
QScintilla>=2.14.1 QScintilla>=2.14.1
pyqtgraph>=0.12.1 pyqtgraph>=0.12.1
matplotlib>=3.7.1 matplotlib>=3.7.1, < 3.10.0
numpy>=1.24.2 numpy>=1.24.2
colorama>=0.4.3 colorama>=0.4.3
pyinstaller>=5.11.0 pyinstaller>=5.11.0