Fix Qt 5.9/5.10 requirement files
This commit is contained in:
parent
68b0be563d
commit
dd6f191793
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#@ filter: PyQt5 < 5.10
|
||||
PyQt5 >= 5.9, < 5.10
|
||||
#@ filter: PyQt5 < 5.11
|
||||
PyQt5 >= 5.10, < 5.11
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
#@ filter: PyQt5 < 5.9
|
||||
PyQt5 >= 5.8, < 5.9
|
||||
#@ filter: PyQt5 < 5.10
|
||||
PyQt5 >= 5.9, < 5.10
|
||||
|
|
|
|||
Loading…
Reference in New Issue