Skip to content

Commit

Permalink
macOS bundles need specific packages to work
Browse files Browse the repository at this point in the history
Change-Id: I3e5594ab31ef31351b1f77d833af9041d23aded2
Reviewed-on: https://forge.frm2.tum.de/review/c/frm2/nicos/nicos/+/35293
Reviewed-by: Enrico Faulhaber <[email protected]>
Tested-by: Jenkins Automated Tests <[email protected]>
Reviewed-by: Konstantin Kholostov <[email protected]>
  • Loading branch information
k61n committed Dec 12, 2024
1 parent 5f55295 commit f9ab68b
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.1;sys_platform=='darwin'
PyQt6-Qt6==6.7.3;sys_platform=='darwin'
PyQt6-WebEngine==6.7.0;sys_platform=='darwin'
PyQt6-WebEngine-Qt6==6.7.3;sys_platform=='darwin'
PyQt6-QScintilla>=2.13;sys_platform=='darwin'

0 comments on commit f9ab68b

Please sign in to comment.