From ce68e6e1205f16b26b24595f42aa3b8ce9352033 Mon Sep 17 00:00:00 2001 From: jdegenstein Date: Thu, 27 Oct 2022 13:30:47 -0500 Subject: [PATCH] Update setup.py add "pyqtgraph==0.12.4" --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 209bbc5..0efb0ca 100644 --- a/setup.py +++ b/setup.py @@ -35,5 +35,6 @@ setup( "PyQt5>=5", "requests>=2,<3", "spyder>=5,<6", + "pyqtgraph==0.12.4", ], )