-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
32 lines (31 loc) · 760 Bytes
/
setup.cfg
File metadata and controls
32 lines (31 loc) · 760 Bytes
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
[metadata]
name = Xenium_NMF
version = 0.01a
description = Non-negative matrix factorization for Xenium data.
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache License, Version 2.0
url = https://github.com/AlexanderAivazidis/Xenium_NMF
author = Alexander Aivazidis
author_email = alexander.aivazidis@sanger.ac.uk
[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==3.10.0
matplotlib==3.5.2
numpy==1.23.5
pandas==1.4.2
rich==12.3.0
scanpy==1.9.1
scipy==1.8.0
setuptools
torch==1.11.0
ml_dtypes==0.2.0
jax==0.4.10
jaxlib==0.4.10
leidenalg==0.10.1
gseapy