From 333a0fcca66c3a2867549c16349671ec68f6fde4 Mon Sep 17 00:00:00 2001 From: Tim Hoffmann <2836374+timhoffm@users.noreply.github.com> Date: Tue, 16 Apr 2024 19:40:04 +0200 Subject: [PATCH] Backport PR #28087: Document Qt5 minimal version. --- doc/users/installing/dependencies.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/users/installing/dependencies.rst b/doc/users/installing/dependencies.rst index d5145ea85b3a..b7b08bc1a68e 100644 --- a/doc/users/installing/dependencies.rst +++ b/doc/users/installing/dependencies.rst @@ -49,7 +49,8 @@ and the capabilities they provide. * Tk_ (>= 8.5, != 8.6.0 or 8.6.1): for the Tk-based backends. Tk is part of most standard Python installations, but it's not part of Python itself and thus may not be present in rare cases. -* PyQt6_ (>= 6.1), PySide6_, PyQt5_, or PySide2_: for the Qt-based backends. +* PyQt6_ (>= 6.1), PySide6_, PyQt5_ (>= 5.12), or PySide2_: for the Qt-based + backends. * PyGObject_ and pycairo_ (>= 1.14.0): for the GTK-based backends. If using pip (but not conda or system package manager) PyGObject must be built from source; see `pygobject documentation