-
Notifications
You must be signed in to change notification settings - Fork 11
/
setup.cfg
67 lines (64 loc) · 1.5 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
[metadata]
name = multivelo
version = 0.1.5
author = Chen Li
author_email = [email protected]
description = Multi-omic extension of single-cell RNA velocity
long_description = file: README.rst
url = https://github.com/welch-lab/MultiVelo
keywords =
RNA velocity
single-cell
transcriptomics
chromatin
epigenetic
epigenomic
gene regulation
multi-omic
dynamical
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 =
= src
packages = find:
include_package_data = True
python_requires = >=3.7
install_requires =
anndata>=0.7.5
scanpy>=1.5
scvelo>=0.2.3
loompy>=2.0.12
umap-learn>=0.3.10
h5py>=2.10.0
numba>=0.41.0
numpy>=1.17
scipy>=1.4.1
pandas>=0.23
scikit-learn>=0.23.0
matplotlib>=3.3.0
seaborn>=0.11.0
tqdm
joblib
ipywidgets<=7.7.1
[options.package_data]
* = neural_nets/*
[options.packages.find]
where = src
exclude =
tests
multivelo_demo
docs