try unpin pyqtgraph==0.12.4 to fix linux static builds

This commit is contained in:
jdegenstein
2023-02-27 11:35:45 -06:00
committed by GitHub
parent 5e49adcf54
commit 653502e913

View File

@@ -34,6 +34,6 @@ setup(
"PyQt5>=5",
"requests>=2,<3",
"spyder>=5,<6",
"pyqtgraph==0.12.4",
"pyqtgraph",
],
)