-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
38 lines (36 loc) · 855 Bytes
/
pyproject.toml
File metadata and controls
38 lines (36 loc) · 855 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
33
34
35
36
37
38
[project]
name = "pycrosstalker"
version = "2.1.4"
description = ""
authors = [
{ name = "jsnagai", email = "james.nagai@gmail.com" },
{ name = "ruthvik07", email = "ruthvik.koppala@gmail.com" }
]
license = { text = "MIT" }
readme = "README.md"
requires-python = ">=3.11, <3.13"
dependencies = [
"pandas==2.2.2",
"numpy>=1.24",
"matplotlib>=3.9.1.post1",
"seaborn>=0.13.2",
"networkx>=3.3",
"plotnine>=0.13.6",
"adjustText>=1.2.0",
"scikit-learn>=1.5.1",
"igraph>=0.11.6",
"tqdm>=4.66.5",
"attrs>=25.3.0",
"plotly>=6.0.1",
"sankeyflow>=0.4.1",
"gprofiler-official==1.0.0",
"anndata (>=0.12.2,<0.13.0)",
"scanpy (>=1.11.4,<2.0.0)"
]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[dependency-groups]
dev = [
"scriv[toml] (>=1.8.0,<2.0.0)"
]