forked from welch-lab/VeloVAE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
59 lines (56 loc) · 1.44 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
[metadata]
name = velovae
version = 0.1.0
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 =
= velovae
package = find:
install_requires =
torch>=1.8.0
anndata>=0.7.5
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>=0.23.0
requires_python = ">=3.6"
[options.packages.find]
where = velovae
exclude =
docs
notebooks
Rscript
tests
others