Skip to content

Commit

Permalink
pin atlasapi version to avoid unnecessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Jun 17, 2024
1 parent d630cb8 commit 5050ff1
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 @@ -46,7 +46,12 @@ entry-points."napari.manifest".movement = "movement.napari:napari.yaml"

[project.optional-dependencies]
# will change to brainglobe-utils[qt]>=0.6 after release
napari = ["brainglobe-utils>=0.5", "qtpy", "superqt"]
napari = [
"brainglobe-atlasapi>=2.0.7",
"brainglobe-utils>=0.5",
"qtpy",
"superqt",
]
dev = [
"pytest",
"pytest-cov",
Expand Down

0 comments on commit 5050ff1

Please sign in to comment.