Skip to content

Commit

Permalink
added napari optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Nov 10, 2023
1 parent 2b94f89 commit 5869c79
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ source_code = "https://github.com/brainglobe/brainglobe-utils"
user_support = "https://github.com/brainglobe/brainglobe-utils/issues"

[project.optional-dependencies]
napari = [
"napari>=0.4.18",
"qtpy",
]

dev = [
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 5869c79

Please sign in to comment.