-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
54 lines (50 loc) · 1.02 KB
/
pyproject.toml
File metadata and controls
54 lines (50 loc) · 1.02 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
50
51
52
53
54
[project]
name = "too_predict"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12,<3.13"
dependencies = [
"anndata>=0.11.3",
"alibi[torch]>=0.9.6",
"anndata2ri>=1.3.2",
"dask>=2025.2.0",
"dask-jobqueue>=0.9.0",
"imbalanced-learn>=0.13.0",
"ipython",
"optuna>=4.2.1",
"pip>=25.0.1",
"polars>=1.22.0",
"optuna",
"obonet",
"numpy<2",
"pyarrow>=19.0.0",
"pyhere>=1.0.3",
"torch==2.7",
"pyod>=2.0.3",
"pypalettes",
"marsilea",
"lightning",
"torchmetrics",
"pytest>=8.3.4",
"gseapy",
"scib",
"autogenes",
"rpy2>=3.5.17",
"scanpy>=1.10.4",
"scikit-bio>=0.6.3",
"scikit-learn>=1.6.1",
"xgboost>=2.1.4",
"shap>=0.47.1",
"interpret>=0.6.9",
"setuptools>=77.0.3",
"wheel>=0.45.1",
]
[build-system]
requires = ["maturin>=1.6,<2.0"]
build-backend = "maturin"
[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "too_predict._rust_helpers"
[tool.pyright]
venvPath = "/home/shannc/Bio_SDD/miniforge3/envs/too-predict"