-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (35 loc) · 788 Bytes
/
pyproject.toml
File metadata and controls
35 lines (35 loc) · 788 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
[project]
name = "ocdm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"accelerate>=1.12.0",
"bpy>=5.1.0",
"colorlog>=6.9.0",
"h5py>=3.14.0",
"hydra-colorlog>=1.2.0",
"hydra-core>=1.3.2",
"ipython>=9.6.0",
"jupyter>=1.1.1",
"kaleido>=1.2.0",
"lightning>=2.5.5",
"matplotlib>=3.10.6",
"omegaconf>=2.3.0",
"pandas>=2.3.3",
"plotly>=6.5.0",
"polars>=1.34.0",
"pyarrow>=22.0.0",
"rich>=14.1.0",
"rootutils>=1.0.7",
"scikit-image>=0.25.2",
"scikit-learn>=1.7.2",
"scipy>=1.16.2",
"statsmodels>=0.14.0",
"torch>=2.8.0",
"torchvision>=0.22.1",
"transformers==4.57.6",
"umap-learn>=0.5.11",
"wandb>=0.21.4",
]