Skip to content

Commit

Permalink
Build with PyQt 6.7.1 / Qt 6.7.2 on Windows and macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Aug 10, 2024
1 parent 6938bd5 commit 0790201
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions requirements-macos-11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ mutagen==1.47.0
PyJWT==2.8.0
pyobjc-core==10.1
pyobjc-framework-Cocoa==10.1
PyQt6==6.5.3
PyQt6-Qt6==6.5.3
PyQt6==6.7.1
PyQt6-Qt6==6.7.2
python-dateutil==2.8.2
PyYAML==6.0.1
charset-normalizer==3.3.2
4 changes: 2 additions & 2 deletions requirements-win.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ discid==1.2.0
Markdown==3.5.1
mutagen==1.47.0
PyJWT==2.8.0
PyQt6==6.6.1
PyQt6-Qt6==6.6.1
PyQt6==6.7.1
PyQt6-Qt6==6.7.2
python-dateutil==2.8.2
pywin32==306
PyYAML==6.0.1
Expand Down
6 changes: 2 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ 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, <6.7; sys_platform != 'darwin'
PyQt6==6.5.3; sys_platform == 'darwin'
PyQt6-Qt6>=6.6.1, <6.7; sys_platform != 'darwin'
PyQt6-Qt6~=6.5.3; sys_platform == 'darwin'
PyQt6>=6.6.1
PyQt6-Qt6>=6.6.1
python-dateutil~=2.7
pywin32; sys_platform == 'win32'
PyYAML>=5.1, <7
Expand Down

0 comments on commit 0790201

Please sign in to comment.