Avoid PyQt 5.13.1

It's currently unusable because of https://bugreports.qt.io/browse/QTBUG-77364
See #5005
This commit is contained in:
Florian Bruhin 2019-09-19 21:54:54 +02:00
parent d513de7beb
commit 9e32c70824
4 changed files with 6 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
PyQt5==5.13.1 # rq.filter: < 5.14
PyQt5==5.13.0 # rq.filter: < 5.14, != 5.13.1
PyQt5-sip==4.19.19
PyQtWebEngine==5.13.1 # rq.filter: < 5.14

View File

@ -1,4 +1,4 @@
#@ filter: PyQt5 < 5.14
#@ filter: PyQt5 < 5.14, != 5.13.1
#@ filter: PyQtWebEngine < 5.14
PyQt5 >= 5.13, < 5.14
PyQt5 >= 5.13, < 5.14, != 5.13.1
PyQtWebEngine >= 5.13, < 5.14

View File

@ -1,5 +1,5 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
PyQt5==5.13.1
PyQt5==5.13.0 # rq.filter: != 5.13.1
PyQt5-sip==4.19.19
PyQtWebEngine==5.13.1

View File

@ -1,2 +1,3 @@
PyQt5
#@ filter: PyQt5 != 5.13.1
PyQt5 != 5.13.1
PyQtWebEngine