-
Notifications
You must be signed in to change notification settings - Fork 6
/
setup.cfg
64 lines (61 loc) · 1.52 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
[metadata]
name = velovae
version = 0.1.3-beta
author = Yichen Gu
author_email = [email protected]
description = Bayesian Inference of RNA Velocity
long_description = file: README.rst
url = https://github.com/welch-lab/VeloVAE
keywords =
RNA velocity
single-cell RNA
variational autoencoder
deep generative Model
bayesian inference
ordinary differential equation
license = BSD 3-Clause License
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: MacOS :: MacOS X
Operating System :: Microsoft :: Windows
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Scientific/Engineering :: Bio-Informatics
Topic :: Scientific/Engineering :: Visualization
[options]
package_dir =
= ./
package = find:
install_requires =
torch>=1.8.0
anndata>=0.8.0
scanpy>=1.5
scvelo>=0.2.3
umap-learn>=0.3.10
numba>=0.41.0
numpy>=1.17
scipy>=1.4.1
pandas>=0.23
matplotlib>=3.3.0
loess>=2.1.2
scikit-learn>=1.2.2
tqdm<=4.62.3
igraph>=0.10.4
pynndescent>=0.5.7
hnswlib>=0.6.2
requires_python = ">=3.6"
[options.packages.find]
where = ./
exclude =
docs
notebooks
Rscript
tests
others
go