Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9210df commit 150c371Copy full SHA for 150c371
1 file changed
doc/install/dependencies.rst
@@ -54,7 +54,8 @@ and the capabilities they provide.
54
* Tk_ (>= 8.5, != 8.6.0 or 8.6.1): for the Tk-based backends. Tk is part of
55
most standard Python installations, but it's not part of Python itself and
56
thus may not be present in rare cases.
57
-* 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
58
+ backends.
59
* PyGObject_ and pycairo_ (>= 1.14.0): for the GTK-based backends. If using pip
60
(but not conda or system package manager) PyGObject must be built from
61
source; see `pygobject documentation
0 commit comments