Do not use PyQt6-Qt6 6.7 from PyPI

The 6.7 build has binary compatibility issues on Linux.
This commit is contained in:
Philipp Wolfer
2024-04-25 17:40:49 +02:00
parent 4bfbe012b3
commit a2be3c8483

View File

@@ -4,9 +4,9 @@ mutagen~=1.37
PyJWT~=2.0
pyobjc-core>=6.2, <11; sys_platform == 'darwin'
pyobjc-framework-Cocoa>=6.2, <11; sys_platform == 'darwin'
PyQt6>=6.6.1; sys_platform != 'darwin'
PyQt6>=6.6.1, <6.7; sys_platform != 'darwin'
PyQt6==6.5.3; sys_platform == 'darwin'
PyQt6-Qt6>=6.6.1; sys_platform != 'darwin'
PyQt6-Qt6>=6.6.1, <6.7; sys_platform != 'darwin'
PyQt6-Qt6~=6.5.3; sys_platform == 'darwin'
python-dateutil~=2.7
pywin32; sys_platform == 'win32'