-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
24 lines (21 loc) · 982 Bytes
/
pyproject.toml
File metadata and controls
24 lines (21 loc) · 982 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "NicheSphere"
version = "1.0.2"
description = "NicheSphere is an sc-verse compatible Python library which allows the user to find differential co-localization domains / niches based on cell type pair co-localization probabilities in different conditions. It also offers the possibility to look at biological process based differential communication between cell type pairs or differential co-localization domains based on Ligand-Receptor pairs expression data, which can be obtained from diverse cell cell communication tools"
authors = [
{ name = "MayraRuizT", email = "aryam950812@gmail.com"},
{ name = "jsnagai", email = "james.nagai@gmail.com" }
]
license = { file = "LICENSE" }
readme = "README.md"
[tool.setuptools.packages.find]
where = ["src"]
[tool.poetry.dependencies]
python = "^3.10"
scanpy = "1.10.4"
leidenalg = "^0.10.2"
pot = "^0.9.5"
anndata = "0.11.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"