-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathsetup.cfg
44 lines (41 loc) · 970 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
37
38
39
40
41
42
43
44
[metadata]
name = cell2fate
version = 0.01a
description = Models for understanding differentiation and cell-fate decisions based on single-cell data.
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache License, Version 2.0
url = https://github.com/AlexanderAivazidis/cell2fate
author = Alexander Aivazidis, Vitalii Kleshchevnikov
author_email = [email protected]
[options]
include_package_data = True
packages = find:
install_requires =
pyro-ppl>=1.8.0
scvi-tools==0.16.1
anndata==0.8.0
importlib_metadata==4.8
matplotlib==3.5.2
numpy==1.23.5
pandas==1.4.2
rich==12.3.0
scanpy==1.9.1
scipy==1.8.0
scvelo==0.2.4
setuptools
torch==1.11.0
ml_dtypes==0.2.0
jax==0.4.10
jaxlib==0.4.10
leidenalg==0.10.1
einops
gseapy
[options.extras_require]
dev =
black==22.3
flake8
pytest>=5.0
pytest-cov
isort
pre-commit