forked from gerstung-lab/Delphi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
43 lines (40 loc) · 991 Bytes
/
pyproject.toml
File metadata and controls
43 lines (40 loc) · 991 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
39
40
41
42
[[tool.uv.index]]
name = "pytorch-cu128"
url = "https://download.pytorch.org/whl/cu128"
explicit = true
[tool.uv.sources]
torch = [
{ index = "pytorch-cu128", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
torchvision = [
{ index = "pytorch-cu128", marker = "sys_platform == 'linux' or sys_platform == 'win32'" },
]
[project]
name = "delphi"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"argcomplete>=3.6.3",
"einops>=0.8.1",
"ipykernel>=7.1.0",
"jaxtyping>=0.3.3",
"lovely-tensors>=0.1.20",
"matplotlib>=3.10.7",
"networkx>=3.6",
"nflows>=0.14",
"numpy<2.0",
"pandas>=2.3.3",
"scikit-learn>=1.7.2",
"scipy>=1.16.2",
"seaborn>=0.13.2",
"shap>=0.49.1",
"simple-parsing>=0.1.8",
"statsmodels>=0.14.5",
"tensordict>=0.10.0",
"torch>=2.3.0",
"tqdm>=4.67.1",
"umap-learn>=0.5.9.post2",
"wandb>=0.22.2",
]