From 7f756aee9a0513c44d85459144bef127b0e35707 Mon Sep 17 00:00:00 2001 From: Ronald Pandolfi Date: Fri, 22 Dec 2023 11:00:30 -0800 Subject: [PATCH] pin qtpy version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0b7a9e3d..1c1c515e 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ # requirements files see: # https://packaging.python.org/en/latest/requirements.html install_requires=["PyQt5", - "qtpy", + "qtpy<2.4", "astropy", "numpy>=1.16.0", "appdirs",