Skip to content

Commit 3f1ad77

Browse files
authored
#441 Downgrade PyQT5 to fix performance problems
1 parent dfebae9 commit 3f1ad77

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,13 @@ def relative(lst, base=''):
136136
'qtm~=2.0.2'],
137137

138138
# List of dev and qt dependencies
139-
# Pyqt5 5.12.1 is the last version that does not cause performance problems
139+
# Pyqt5 5.12 is the last version that does not cause performance problems
140+
# on Windows and Mac
140141
# You can install them by running
141142
# $ pip install -e .[dev,qt5]
142143
extras_require={
143144
'dev': platform_dev_requires + [],
144-
'qt5': ['PyQt5~=5.15']
145+
'qt5': ['pyqt5~=5.12.0']
145146
},
146147

147148
package_data=package_data,

0 commit comments

Comments
 (0)