-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (32 loc) · 881 Bytes
/
Copy pathpyproject.toml
File metadata and controls
34 lines (32 loc) · 881 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
[project]
name = "fastccc"
version = "1.0.1"
description = "A permutation-free framework for scalable, robust, and reference-based cell-cell communication analysis in single cell transcriptomics studies."
authors = [
{name = "Svvord", email = "cchousiyu@163.com"}
]
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
"numpy>=1.24,<2.4.0",
"pandas>=2.2.3,<3",
"scipy>=1.14.1,<2",
"scanpy>=1.10.3,<2",
"loguru>=0.7.2,<0.8",
"openpyxl>=3.1.5,<4",
"gseapy>=1.1.4,<2",
"psutil>=6.1.1,<7",
"matplotlib (>=3.10.9,<4.0.0)",
"seaborn (>=0.13.2,<0.14.0)",
"jinja2 (>=3.1.6,<4.0.0)",
"networkx (>=3.6.1,<4.0.0)",
"adjusttext (>=1.0)",
]
[dependency-groups]
dev = [
"ipykernel>=6.29.5,<7",
"cellxgene-census>=1.16.2,<2",
]
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"