forked from epigenelabs/inmoose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
49 lines (46 loc) · 1.29 KB
/
Copy pathpyproject.toml
File metadata and controls
49 lines (46 loc) · 1.29 KB
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
45
46
47
48
49
[project]
name = "inmoose"
version = "0.9.2-dev"
license = "GPL-3.0-or-later"
description = "InMoose: the Integrated Multi Omic Open Source Environment"
readme = "README.md"
authors = [
{name = "Guillaume Appé", email = "guillaume@epigenelabs.com"},
{name = "Maximilien Colange", email = "maximilien@epigenelabs.com"},
{name = "Lukaš Gazdik", email = "lukas@epigenelabs.com"},
{name = "Antoine Gaston", email = "antoine@epigenelabs.com"},
{name = "Léa Meunier", email = "lea@epigenelabs.com"},
{name = "Todd Tavernier", email = "todd.tavernier@epigenelabs.com"},
{name = "Solène Weill", email = "solene@epigenelabs.com"},
]
classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Bio-Informatics",
]
requires-python = ">=3.11"
dependencies = [
"anndata",
"fastcluster",
"mpmath>=1.1.0",
"numpy",
"pandas",
"patsy",
"scipy>=1.16.0",
"seaborn",
"scikit-learn",
"statsmodels>=0.14.5",
"matplotlib",
"jinja2"
]
[project.urls]
Source = "https://github.com/epigenelabs/inmoose"
Documentation = "https://inmoose.readthedocs.io/en/latest/"
[project.optional-dependencies]
doc = [
"scanpy",
"sphinx",
"sphinx_rtd_theme",
"sphinxcontrib-repl",
]
[build-system]
requires = ["setuptools", "numpy>=2.0.0", "scipy", "Cython>=3.0.0", "wheel"]