Skip to content

Commit

Permalink
Enforce napari 0.5.0 for Qt6
Browse files Browse the repository at this point in the history
  • Loading branch information
Czaki committed Jul 19, 2024
1 parent 46be04f commit 8fb6adb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ pyqt5 = [
]
pyqt6 = [
"PyQt6",
"napari[pyqt6]",
"napari[pyqt6]>=0.5.0",
]
pyside = [
"PartSeg[pyside2]",
Expand All @@ -139,7 +139,7 @@ pyside2 = [
]
pyside6 = [
"PySide6",
"napari[pyside6_experimental]",
"napari[pyside6_experimental]>=0.5.0",
]
test = [
"coverage",
Expand Down

0 comments on commit 8fb6adb

Please sign in to comment.