Skip to content
Snippets Groups Projects
Commit deb2d4b7 authored by Arnaud Taffanel's avatar Arnaud Taffanel
Browse files

#363: Downgrade pyqt5 to a version compatible with Windows 8.1

parent 37045e1f
No related branches found
No related tags found
No related merge requests found
......@@ -136,11 +136,12 @@ setup(
'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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment