Skip to content

Commit

Permalink
Merge release-3.11
Browse files Browse the repository at this point in the history
* origin/release-3.11:
  macOS bundles need specific packages to work
Change-Id: Iabdc2eeccd45e8732069c06a2489aeee649224cd
  • Loading branch information
Jenkins system authored and jkrueger1 committed Dec 13, 2024
2 parents ee585b1 + f9ab68b commit c94ac96
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions requirements-gui.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
--extra-index-url https://forge.frm2.tum.de/simple
gr>=1.23.2
gr==1.23.3;sys_platform=='darwin'
python-redmine>=2.0.0

# Linux: minimum versions of PyQt5
Expand All @@ -13,6 +14,8 @@ PyQtWebEngine>=5.15.5;sys_platform=='win32'
QScintilla>=2.12;sys_platform=='win32'

# Mac: Qt 6 is available for both arm64 and intel
PyQt6>=6.3.1;sys_platform=='darwin'
PyQt6-WebEngine>=6.3.1;sys_platform=='darwin'
PyQt6>=6.7,<6.8;sys_platform=='darwin'
PyQt6-Qt6>=6.7,<6.8;sys_platform=='darwin'
PyQt6-WebEngine>=6.7,<6.8;sys_platform=='darwin'
PyQt6-WebEngine-Qt6>=6.7,<6.8;sys_platform=='darwin'
PyQt6-QScintilla>=2.13;sys_platform=='darwin'

0 comments on commit c94ac96

Please sign in to comment.