-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsetup.cfg
More file actions
55 lines (49 loc) · 1.05 KB
/
setup.cfg
File metadata and controls
55 lines (49 loc) · 1.05 KB
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
[metadata]
name = tcr_deep_insight
version = 1.0.2.1
description = tcr_deep_insight
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/WanluLiuLab/TCR-DeepInsight
author = Ziwei Xue
author_email = ziwei.21@intl.zju.edu.cn
[options]
include_package_data = True
dependency_links=['https://download.pytorch.org/whl/cu117']
packages = find:
python_requires = >=3.9
install_requires =
scatlasvae>=1.0.5
numba==0.57.1
numpy==1.21.6
pandas==1.4.2
omegaconf==2.3.0
scikit-image==0.20.0
transformers==4.17.0
datasets==2.1.0
huggingface-hub==0.27.1
requests==2.32.3
pyarrow==18.1.0
anndata==0.8.0
scanpy==1.8.1
scikit-learn==0.24.1
matplotlib==3.3.4
einops==0.4.1
biopython==1.79
seaborn==0.12.2
tabulate==0.9.0
umap-learn==0.5.1
torch==1.13.1
logomaker
tqdm
tqdm_joblib
[options.extras_require]
docs =
sphinx==7.3.7
nbsphinx
sphinx_rtd_theme
sphinx-hoverxref
cpu =
faiss-cpu==1.7.2
gpu =
faiss-gpu==1.7.2