Skip to content

Commit 61ad91b

Browse files
authored
Add pyside6 to dev dependency group (#13954)
1 parent 1555a3c commit 61ad91b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-backend = "hatchling.build"
33
requires = ["hatch-vcs", "hatchling >= 1.27"]
44

55
[dependency-groups]
6-
dev = ["pip >= 25.1", "rcssmin >= 1.1", {include-group = "doc"}, {include-group = "test_extra"}]
6+
dev = ["pip >= 25.1", "pyside6 >= 6.11.1", "rcssmin >= 1.1", {include-group = "doc"}, {include-group = "test_extra"}]
77
# Dependencies for building the documentation
88
doc = [
99
"graphviz",
@@ -138,7 +138,7 @@ full = ["mne[full-no-qt]", "PyQt6 != 6.6.0", "PyQt6-Qt6 != 6.6.0, != 6.7.0"]
138138
# Dependencies for full MNE-Python functionality (other than raw/epochs export)
139139
# We first define a variant without any Qt bindings. The "complete" variant, mne[full],
140140
# makes an opinionated choice and installs PyQt6.
141-
# We also offter two more variants: mne[full-qt6] (which is equivalent to mne[full]),
141+
# We also offer two more variants: mne[full-qt6] (which is equivalent to mne[full]),
142142
# and mne[full-pyside6], which will install PySide6 instead of PyQt6.
143143
full-no-qt = [
144144
"antio >= 0.5.0",

0 commit comments

Comments
 (0)