Skip to content

Commit 2b7d65d

Browse files
authored
Fix dependency reference for napari-spatialdata
1 parent 4355a8e commit 2b7d65d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ mapping = [
3333

3434
[project.optional-dependencies]
3535
napari = [
36-
"cell-type-mapper @ git+https://github.com/scverse/napari-spatialdata#egg=napari-spatialdata"
36+
"napari-spatialdata @ git+https://github.com/scverse/napari-spatialdata#egg=napari-spatialdata"
3737
]
3838

3939
[dependency-groups]

0 commit comments

Comments
 (0)