forked from BoevaLab/CanSig
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
43 lines (38 loc) · 783 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 = cansig
version = 0.3.1
platform = any
url = https://github.com/BoevaLab/CanSig
description = Discovering de novo shared transcriptional programs in single cancer cells
long_description = file: README.md
long_description_content_type = text/markdown
[options]
package_dir=
=src
packages=find:
python requires = >= 3.8
install_requires =
anndata
gseapy
infercnvpy
leidenalg
matplotlib
numpy
pandas
petname
pydantic
scanpy>=1.9.1
seaborn
scipy
scvi-tools>=0.20.0
statsmodels
protobuf
[options.packages.find]
where=src
[options.extras_require]
test =
pytest
pytest-cov
scikit-learn
cansig-integration =
cansig-integration @ https://github.com/BoevaLab/CanSig-integration.git@main