Skip to content

Commit bbd918a

Browse files
committed
Work-around for Qt6 v6.6 bug (import error due to unknown symbol)
1 parent 7363f35 commit bbd918a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ dependencies = ['pandas',
2121
'matplotlib',
2222
'numpy',
2323
'pydicom >= 2',
24-
'PyQt6 <= 6.6',
25-
'PyQt6-Qt6 <= 6.6',
24+
'PyQt6 <= 6.7',
25+
'PyQt6-Qt6 <= 6.7',
2626
'ruamel-yaml > 0.17.2',
2727
'tomli >= 1.1.0 ; python_version < "3.11"',
2828
'coloredlogs',

0 commit comments

Comments
 (0)