diff --git a/setup.py b/setup.py index 44a8e0c1..2f774aee 100644 --- a/setup.py +++ b/setup.py @@ -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,