We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0103021 commit 8baff1bCopy full SHA for 8baff1b
1 file changed
pyproject.toml
@@ -31,6 +31,11 @@ mapping = [
31
"cell-type-mapper @ git+https://github.com/AllenInstitute/cell_type_mapper.git@c8ee12659c4b8a8e260b091ce1aa0a145088ede5"
32
]
33
34
+[project.optional-dependencies]
35
+napari = [
36
+ "cell-type-mapper @ git+https://github.com/scverse/napari-spatialdata#egg=napari-spatialdata"
37
+]
38
+
39
[dependency-groups]
40
dev = [
41
'black',
0 commit comments