Skip to content

Commit

Permalink
Update pinned dependencies and add brainglobe-napari (#60)
Browse files Browse the repository at this point in the history
* Update pinned dependencies and add brainglobe-napari

* Fix package typo
adamltyson authored Aug 1, 2024
1 parent 98df2ba commit 14bfa48
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -20,18 +20,18 @@ classifiers = [
]

dependencies = [
"brainglobe-atlasapi>=2.0.6,<3",
"brainglobe-atlasapi>=2.0.7,<3",
"brainglobe-heatmap>=0.5.3,<1",
"brainglobe-napari-io>=0.3.4,<1",
"brainglobe-segmentation>=1.2.4,<2",
"brainglobe-space>=1.0.2,<2",
"brainglobe-utils>=0.5.0,<1",
"brainreg[napari]>=1.0.9,<2",
"brainglobe-utils>=0.6.0,<1",
"brainreg[napari]>=1.0.10,<2",
"brainrender-napari>=0.0.3,<1",
"brainrender>=2.1.9,<3",
"cellfinder[napari]>=1.3.0,<2",
"brainrender>=2.1.10,<3",
"cellfinder[napari]>=1.3.1,<2",
"napari[all]",
# brainglobe-napari [WIP],
"brainrender-napari>=0.0.4, <2" ,
]

[project.optional-dependencies]

0 comments on commit 14bfa48

Please sign in to comment.