Skip to content

Commit

Permalink
MAINT: Reduce PySide6 pinning (#12674)
Browse files Browse the repository at this point in the history
  • Loading branch information
larsoner authored Jun 19, 2024
1 parent d082461 commit 3c15798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ stages:
displayName: 'PyQt6'
- bash: |
set -e
python -m pip install "PySide6!=6.7.0,!=6.7.1,!=6.7.2"
python -m pip install "PySide6!=6.7.0"
mne sys_info -pd
mne sys_info -pd | grep "qtpy .* (PySide6=.*)$"
PYTEST_QT_API=PySide6 pytest -m "not slowtest" ${TEST_OPTIONS}
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ full-no-qt = [
]
full = ["mne[full-no-qt]", "PyQt6!=6.6.0", "PyQt6-Qt6!=6.6.0,!=6.7.0"]
full-pyqt6 = ["mne[full]"]
full-pyside6 = ["mne[full-no-qt]", "PySide6"]
full-pyside6 = ["mne[full-no-qt]", "PySide6!=6.7.0"]


# Dependencies for running the test infrastructure
Expand Down

0 comments on commit 3c15798

Please sign in to comment.