Skip to content
12 changes: 7 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ optional-dependencies.docs = [
"sphinxcontrib-bibtex>=2.3",
"sphinxcontrib-spelling>=7.6.2",
]
optional-dependencies.leiden = [
"leidenalg",
"spatialleiden>=0.3",
]
optional-dependencies.test = [
"coverage[toml]>=7",
"pytest>=7",
Expand All @@ -109,12 +113,10 @@ optional-dependencies.test = [
"pytest-xdist>=3",
"scanpy[leiden]",
]

urls."Bug Tracker" = "https://github.com/scverse/squidpy/issues"

urls.Documentation = "https://squidpy.readthedocs.io"
urls.Home-page = "https://github.com/scverse/squidpy"
urls.Source = "https://github.com/scverse/squidpy"
urls."Documentation" = "https://squidpy.readthedocs.io"
urls."Home-page" = "https://github.com/scverse/squidpy"
urls."Source" = "https://github.com/scverse/squidpy"

[tool.setuptools]
package-dir = { "" = "src" }
Expand Down
1 change: 1 addition & 0 deletions src/squidpy/_constants/_constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,6 @@ class NicheDefinitions(ModeEnum):
NEIGHBORHOOD = "neighborhood"
UTAG = "utag"
CELLCHARTER = "cellcharter"
SPATIALLEIDEN = "spatialleiden"
SPOT = "spot"
BANKSY = "banksy"
Loading