Skip to content

Commit

Permalink
bitcraze#363: Downgrade pyqt5 to a version compatible with Windows 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ataffanel committed Jan 7, 2019
1 parent 37045e1 commit deb2d4b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,12 @@ def relative(lst, base=''):
'qtm>=2.0.2'],

# List of dev and qt dependencies
# Pyqt5 5.9.2 seems to be the last version to work on Windows 8.1
# You can install them by running
# $ pip install -e .[dev,qt5]
extras_require={
'dev': platform_dev_requires + [],
'qt5': ['pyqt5']
'qt5': ['PyQt5==5.9.2']
},

package_data=package_data,
Expand Down

0 comments on commit deb2d4b

Please sign in to comment.