From 653502e91323391ec3e4da904ff3c0f536c9c967 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Mon, 27 Feb 2023 11:35:45 -0600 Subject: [PATCH] try unpin pyqtgraph==0.12.4 to fix linux static builds --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 3360b61..c96cf1f 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,6 @@ setup( "PyQt5>=5", "requests>=2,<3", "spyder>=5,<6", - "pyqtgraph==0.12.4", + "pyqtgraph", ], )