Lifted the version requirements for PyQt5.

Thu, 14 Oct 2021 17:46:41 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 14 Oct 2021 17:46:41 +0200
changeset 8684
8574ff3f3a0c
parent 8665
1600bcd3a378
child 8707
05749c827c77

Lifted the version requirements for PyQt5.

setup.py file | annotate | diff | comparison | revisions
--- a/setup.py	Sun Oct 03 18:41:02 2021 +0200
+++ b/setup.py	Thu Oct 14 17:46:41 2021 +0200
@@ -338,9 +338,9 @@
     install_requires=[
         "pip>=19.0",
         "wheel",
-        "PyQt5>=5.12.1,<5.15.2",
-        "PyQtChart>=5.12.1,<5.15.2",
-        "PyQtWebEngine>=5.12.1,<5.15.2",
+        "PyQt5>=5.12.1",
+        "PyQtChart>=5.12.1",
+        "PyQtWebEngine>=5.12.1",
         "QScintilla>=2.11.1",
         "docutils",
         "Markdown",

eric ide

mercurial