Skip to content

Commit 278a044

Browse files
committed
add docstring with explanation
1 parent 7cc56be commit 278a044

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ pyside = [
134134
pyside2 = [
135135
"PySide2!=5.15.0,>=5.12.3",
136136
"napari[pyside]<0.7.0",
137-
"superqt<0.8.0",
137+
"superqt<0.8.0", # superqt 0.8+ uses type annotations which are not supported in pyside2, so we need to use older version
138138
]
139139
pyside6 = [
140140
"PySide6",

0 commit comments

Comments
 (0)