Skip to content

Commit

Permalink
#441 Downgrade PyQT5 to fix performance problems
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel authored Sep 16, 2020
1 parent dfebae9 commit 3f1ad77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,13 @@ def relative(lst, base=''):
'qtm~=2.0.2'],

# List of dev and qt dependencies
# 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
# on Windows and Mac
# You can install them by running
# $ pip install -e .[dev,qt5]
extras_require={
'dev': platform_dev_requires + [],
'qt5': ['PyQt5~=5.15']
'qt5': ['pyqt5~=5.12.0']
},

package_data=package_data,
Expand Down

0 comments on commit 3f1ad77

Please sign in to comment.