Skip to content

Commit

Permalink
Remove recommended upper PyQt version bound for macOS in warning (mne…
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger authored Jun 13, 2022
1 parent 0fefef9 commit 5944b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mne/utils/check.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ def _check_qt_version(*, return_api=False):
if not _compare_version(version, '>=', '5.10'):
warn(f'macOS users should use {api} >= 5.10 for GUIs, '
f'got {version}. Please upgrade e.g. with:\n\n'
f' pip install "{api}>=5.10,<5.14"\n')
f' pip install "{api}>=5.10"\n')
if return_api:
return version, api
else:
Expand Down

0 comments on commit 5944b87

Please sign in to comment.