Skip to content

Commit

Permalink
simplify dependency on brainglobe-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
niksirbi committed Sep 2, 2024
1 parent 6a2fc58 commit 39d6e7e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,7 @@ entry-points."napari.manifest".movement = "movement.napari:napari.yaml"
[project.optional-dependencies]
napari = [
"napari[all]>=0.4.19",
# the rest will be replaced by brainglobe-utils[qt]>=0.6 after release
"brainglobe-atlasapi>=2.0.7",
"brainglobe-utils>=0.5",
"qtpy",
"superqt",
"brainglobe-utils[qt]>=0.6" # needed for collapsible widgets
]
dev = [
"pytest",
Expand Down

0 comments on commit 39d6e7e

Please sign in to comment.