-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
36 lines (35 loc) · 979 Bytes
/
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
[metadata]
name = diisco
version = 0.1.0
author = Azizi Lab
author_email = nb2838@columbia.edu
description = A probabilistic programming method to characterize dynamic cellular interactions in longitudinal scRNA-seq data.
long_description = file: README.rst, HISTORY.rst
long_description_content_type = text/x-rst
license = MIT license
license_file = LICENSE
classifiers =
Development Status :: 2 - Pre-Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
keywords = diisco
url = https://github.com/azizilab/DIISCO_public/tree/main
[options]
include_package_data = True
zip_safe = False
packages = find:
python_requires = >=3.6
install_requires =
pyro-ppl
numpy
pandas
torch
scikit-learn
scipy
matplotlib
seaborn