Fix Qt 5.9/5.10 requirement files

This commit is contained in:
Florian Bruhin 2019-07-16 14:31:11 +02:00
parent 68b0be563d
commit dd6f191793
4 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
PyQt5==5.9.2 # rq.filter: < 5.10
PyQt5==5.10.1 # rq.filter: < 5.11
sip==4.19.8

View File

@ -1,2 +1,2 @@
#@ filter: PyQt5 < 5.10
PyQt5 >= 5.9, < 5.10
#@ filter: PyQt5 < 5.11
PyQt5 >= 5.10, < 5.11

View File

@ -1,4 +1,4 @@
# This file is automatically generated by scripts/dev/recompile_requirements.py
PyQt5==5.8.2 # rq.filter: < 5.9
PyQt5==5.9.2 # rq.filter: < 5.10
sip==4.19.8

View File

@ -1,2 +1,2 @@
#@ filter: PyQt5 < 5.9
PyQt5 >= 5.8, < 5.9
#@ filter: PyQt5 < 5.10
PyQt5 >= 5.9, < 5.10