File size: 844 Bytes
0161e74
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "cell-eval"
version = "0.6.8"
description = "Evaluation metrics for single-cell perturbation predictions"
readme = "README.md"
authors = [
    { name = "Noam Teyssier", email = "noam.teyssier@arcinstitute.org" },
    { name = "Abhinav Adduri", email = "abhinav.adduri@arcinstitute.org" },
    { name = "Yusuf Roohani", email = "yusuf.roohani@arcinstitute.org" },
]
requires-python = ">=3.10,<3.14"
dependencies = [
    "igraph>=0.11.8",
    "pdex>=0.1.26",
    "polars>=1.30.0",
    "pyyaml>=6.0.2",
    "scanpy>=1.10.3",
    "pyarrow>=18.0.0",
    "tqdm>=4.67.1",
]

[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"

[dependency-groups]
dev = ["ipykernel>=6.29.5", "pytest>=8.3.5", "ruff>=0.11.8"]

[project.scripts]
cell-eval = "cell_eval.__main__:main"

[tool.pyright]
venvPath = "."
venv = ".venv"