-
Notifications
You must be signed in to change notification settings - Fork 4
/
pyproject.toml
39 lines (35 loc) · 950 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
[tool.poetry]
name = "sctk"
version = "0.2.2"
description = "single cell analysis tool kit based on scanpy"
authors = [
"nh3 <nh3@users.noreply.github.com>",
"Sebastian Lobentanzer <sebastian.lobentanzer@uni-heidelberg.de>",
"Krzysztof Polanski <kp9@sanger.ac.uk>",
]
license = "GPL-3.0"
readme = "README.md"
homepage = "https://github.com/Teichlab/sctk"
documentation = "https://teichlab.github.io/sctk/"
[tool.poetry.dependencies]
python = "^3.9"
scanpy = "^1.9.3"
leidenalg = "^0.10.0"
adjustText = "^0.8"
numpy-groupies = "^0.9.22"
harmonypy = "^0.0.9"
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.0"
coverage = "^7.2.7"
ipykernel = "^6.25.0"
coverage-badge = "^1.1.0"
bump2version = "^1.0.1"
sphinx = "^5.0.0"
sphinx-design = "^0.5.0"
sphinx-rtd-theme = "^1.0.0"
sphinxext-opengraph = "^0.8.2"
nbsphinx = "^0.8.9"
myst-parser = "0.18.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"