Skip to content

Commit

Permalink
Ship default napari backend with optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
willGraham01 committed Nov 27, 2023
1 parent ee322e5 commit 8d8dc16
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ dev = [
"pre-commit",
"setuptools_scm",
]
napari = ["napari[pyside2]", "brainglobe-napari-io", "cellfinder-napari<1.0.0"]
napari = [
"napari[pyqt5]",
"brainglobe-napari-io",
"cellfinder-napari<1.0.0",
"qtpy",
]

[project.urls]
"Bug Tracker" = "https://github.com/brainglobe/brainglobe-workflows/issues"
Expand Down

0 comments on commit 8d8dc16

Please sign in to comment.