mirror of https://gitlab.com/pamhyr/pamhyr2
force matplotlib < 3.10 to avoid a bug (removing artists)
parent
ff0fa8ae8e
commit
d77be00bcc
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue