-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
84 lines (75 loc) · 1.83 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
78
79
80
81
82
83
84
[metadata]
name = topovelo
version = 0.0.1
author = Yichen Gu
author_email = [email protected]
description = Topological Velocity Inference from Single-cell Transcriptomic Data
long_description = file: README.md
url = https://github.com/welch-lab/TopoVelo.git
keywords =
spatial transcriptomics
RNA velocity
single-cell RNA
graph neural network
license = GNU General Public License v3.0
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Topic :: Scientific/Engineering :: Artificial Intelligence
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Visualization
[options]
package_dir =
= ./
package = find:
install_requires =
anndata>=0.8.0
hnswlib>=0.6.2
igraph>=0.10.4
ipywidgets
jupyter
loess>=2.1.2
matplotlib>=3.3.0, <=3.7.3
memory_profiler
numba>=0.41.0
numpy>=1.17, <=1.23.5
pandas>=0.23, <=1.5.3
pynndescent>=0.5.7
scanpy>=1.5
scikit-learn>=0.20
scipy>=1.13.0
scvelo>=0.2.3, <=0.2.5
seaborn>=0.10.0
torch>=1.8.0
torch-geometric>=2.0.4
tqdm<=4.62.3
umap-learn>=0.3.10
[options.extras_require]
default =
torch==1.13.1+cu117
torch-geometric==2.3.0
anndata==0.8.0
matplotlib==3.5.2
numba==0.56.4
pandas==1.5.3
scipy==1.11.4
scikit-learn==1.4.0
scvelo==0.2.5
[options.packages.find]
where = ./
exclude =
docs
notebooks
Rscript
tests
others
go
[flake8]
max-line-length = 120