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 dfebae9 commit 3f1ad77Copy full SHA for 3f1ad77
setup.py
@@ -136,12 +136,13 @@ def relative(lst, base=''):
136
'qtm~=2.0.2'],
137
138
# List of dev and qt dependencies
139
- # Pyqt5 5.12.1 is the last version that does not cause performance problems
+ # Pyqt5 5.12 is the last version that does not cause performance problems
140
+ # on Windows and Mac
141
# You can install them by running
142
# $ pip install -e .[dev,qt5]
143
extras_require={
144
'dev': platform_dev_requires + [],
- 'qt5': ['PyQt5~=5.15']
145
+ 'qt5': ['pyqt5~=5.12.0']
146
},
147
148
package_data=package_data,
0 commit comments