|
a |
|
b/pyproject.toml |
|
|
1 |
[build-system] |
|
|
2 |
requires = ["poetry-core"] |
|
|
3 |
build-backend = "poetry.core.masonry.api" |
|
|
4 |
|
|
|
5 |
[tool.poetry] |
|
|
6 |
name = "mofapy2" |
|
|
7 |
version = "0.7.2" |
|
|
8 |
description = "Multi-omics factor analysis" |
|
|
9 |
authors = ['Ricard Argelaguet', 'Damien Arnol', 'Danila Bredikhin', 'Britta Velten'] |
|
|
10 |
license = "LGPL-3.0" |
|
|
11 |
readme = 'README.md' |
|
|
12 |
repository = "https://github.com/bioFAM/mofapy2" |
|
|
13 |
homepage = "https:/biofam.github.io/MOFA2/" |
|
|
14 |
|
|
|
15 |
[tool.poetry.dependencies] |
|
|
16 |
python = "^3.8" |
|
|
17 |
numpy = "*" |
|
|
18 |
pandas = "*" |
|
|
19 |
scipy = "~1" |
|
|
20 |
scikit-learn = "~1" |
|
|
21 |
h5py = "~3" |
|
|
22 |
anndata = { version = "> 0.8", optional = true } |
|
|
23 |
|
|
|
24 |
[tool.poetry.dev-dependencies] |
|
|
25 |
pytest = "^7.4.2" |
|
|
26 |
anndata = "~0.9" |