From 2686d12887596631559f060d749876edfc0cc1d6 Mon Sep 17 00:00:00 2001 From: Carlos Cordoba Date: Fri, 1 Sep 2023 09:53:42 -0500 Subject: [PATCH] Require a more recent version of QtPy This improves compatibility with the latest releases of PyQt6/PySide6. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5342906a..aa6a1a8e 100644 --- a/setup.py +++ b/setup.py @@ -72,7 +72,7 @@ 'jupyter_client>=4.1', 'pygments', 'ipykernel>=4.1', # not a real dependency, but require the reference kernel - 'qtpy>=2.0.1', + 'qtpy>=2.4.0', 'pyzmq>=17.1', 'packaging' ],