Skip to content

Commit 8baff1b

Browse files
authored
Add napari optional dependency in pyproject.toml
Add optional dependency for napari with specific git source
1 parent 0103021 commit 8baff1b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ mapping = [
3131
"cell-type-mapper @ git+https://github.com/AllenInstitute/cell_type_mapper.git@c8ee12659c4b8a8e260b091ce1aa0a145088ede5"
3232
]
3333

34+
[project.optional-dependencies]
35+
napari = [
36+
"cell-type-mapper @ git+https://github.com/scverse/napari-spatialdata#egg=napari-spatialdata"
37+
]
38+
3439
[dependency-groups]
3540
dev = [
3641
'black',

0 commit comments

Comments
 (0)