forked from JackieHanLab/TOSICA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
64 lines (59 loc) · 1.21 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
[bumpversion]
current_version = 1.0.0
commit = True
tag = True
[bumpversion:file:VERSION.txt]
search = {current_version}
replace = {new_version}
[metadata]
name = TOSICA
version = file: VERSION.txt
description = Single-cell Transformer
long_description = file: README.md
author = Jiawei Chen, Hao Xu, Jing-Dong J. Han
license = MIT
keywords =
transformer
single cell
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
Intended Audience :: Science/Research
Topic :: Software Development :: Build Tools
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
[bdist_wheel]
build_number = 1
[options]
packages =
TOSICA
python_requires = >=3.8
install_requires =
numpy==1.19.2
pandas
seaborn
matplotlib
numba
scanpy>=1.8.2
anndata>=0.7.2
h5py==3.4.0
scipy
scikit-learn
scikit-misc
louvain
umap-learn
torch==1.7.1
tensorboard==2.6.0
protobuf==3.17.2
einops
tqdm>=4.62.1
pydot
llvmlite
zip_safe = False
[options.package_data]
TOSICA =
resources/*.gmt