-
Notifications
You must be signed in to change notification settings - Fork 58
/
setup.cfg
42 lines (39 loc) · 926 Bytes
/
setup.cfg
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
40
41
42
[metadata]
name = cell2location
version = 0.1.4
description = cell2location: High-throughput spatial mapping of cell types
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache License, Version 2.0
url = https://github.com/BayraktarLab/cell2location
author = Vitalii Kleshchevnikov, Artem Shmatko, Emma Dann, Artem Lomakin, Alexander Aivazidis
author_email = [email protected]
[options]
include_package_data = True
packages = find:
python_requires = >=3.9
install_requires =
pyro-ppl>=1.8.0
scvi-tools>=1.0.0
torch>=1.9.0
numpy
pandas
scanpy
opencv-python
[options.extras_require]
dev =
black==22.3
flake8
pytest>=5.0
pytest-cov
isort
pre-commit
tutorials =
leidenalg>=0.8.0
python-igraph
docs =
sphinx==3.2.1
nbsphinx==0.8.7
sphinx_rtd_theme==0.5.2
myst-parser==0.15.2
jinja2<3.1