-
Notifications
You must be signed in to change notification settings - Fork 36
/
setup.cfg
77 lines (69 loc) · 1.46 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
[metadata]
name = pydance
version = 1.1.0.dev
description = Deep Learning for Single-cell Analysis
long_description = file: README.md
long_description_content_type = text/markdown
# Author info
author = "DANCE Team"
author_email = "[email protected]"
# Links
url = https://github.com/OmicsML/dance
# License
license_files = file: LICENSE.md
license = BSD 2-Clause License
# Search tags
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3 :: Only
keywords =
Single-cell Biology
Deep Learning
Graph Neural Networks
[options]
install_requires =
KDEpy
h5py
igraph
leidenalg
louvain
mudata
networkx
numba
numpy
omegaconf
opencv-python
openpyxl
pandas
requests
scanpy
scib
scikit-learn
scikit-misc
scipy
statsmodels
tables
threadpoolctl>=3.1.0 # https://github.com/scikit-learn/scikit-learn/issues/24238
tifffile
tqdm
zip_save = false
include_package_data = true
python_requires = >=3.8
packages = find:
[options.extras_require]
dev =
pre-commit==3.6.1
pytest-subtests==0.11.0
pytest-xdist==3.6.1
pytest==8.2.0
tox==4.11.3
doc =
sphinx
sphinx-autodoc-typehints
sphinx_rtd_theme
sphinxcontrib-napoleon