-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (42 loc) · 962 Bytes
/
pyproject.toml
File metadata and controls
42 lines (42 loc) · 962 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
[project]
name = "SAM-Quantization"
version = "0.1.0"
description = "SAM Quantization"
readme = "README.md"
dependencies = [
"accelerate>=1.10.1",
"addict>=2.4.0",
"black==24.2.0",
"claude-code>=0.0.1",
"cython>=3.1.3",
"datasets>=4.0.0",
"einops>=0.8.1",
"eva-decord>=0.6.1",
"fvcore>=0.1.5.post20221221",
"gdown>=5.2.0",
"ipdb>=0.13.13",
"ipykernel>=6.30.1",
"matplotlib>=3.9.1",
"ninja>=1.13.0",
"notebook>=7.4.5",
"nvitop>=1.5.3",
"omegaconf>=2.3.0",
"opencv-python>=4.7.0",
"pandas>=2.2.2",
"plotly>=6.3.0",
"pycocotools>=2.0.8",
"scikit-image>=0.24.0",
"scikit-learn>=1.7.1",
"seaborn>=0.13.2",
"submitit>=1.5.1",
"tensorboard>=2.17.0",
"tensordict>=0.6.0",
"timm>=1.0.19",
"torchvision>=0.23.0",
"transformers>=4.55.4",
"ufmt==2.0.0b2",
"umap-learn>=0.5.9.post2",
"usort==1.0.2",
"wandb>=0.23.0",
"yapf>=0.43.0",
]