a b/hummuspy/pyproject.toml
1
[tool.poetry]
2
name = "hummuspy"
3
version = "0.1.7.post3"
4
description = "HuMMuS is a novel method for the inference of regulatory mechanisms from multi-omics data with any type and number of omics, through a heterogeneous multilayer network framework."
5
authors = ["Rémi Trimbour <remi.trimbour@pasteur.fr>"]
6
license = "GPL-3.0-only"
7
readme = "README.md"
8
9
[tool.poetry.dependencies]
10
python = ">=3.8"
11
multixrank = ">=0.1, <0.4"
12
joblib = "^1.3.0"
13
tqdm = ">=4.66.3"
14
numpy = ">1.24.2, <2.0.0"
15
pandas = "^2.0.0"
16
pyyaml = "^6.0"
17
matplotlib = "^3.4.3"
18
scipy = "^1.8.0"
19
distributed = ">=2023.0.0"
20
dask = ">=2023.0.0"
21
rich = ">=10.12.0"
22
bokeh = ">=2.4.2,!=3.0.*"
23
24
[build-system]
25
requires = ["poetry-core"]
26
build-backend = "poetry.core.masonry.api"