-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
54 lines (52 loc) · 1.22 KB
/
pyproject.toml
File metadata and controls
54 lines (52 loc) · 1.22 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]
dependencies = [
"accelerate>=1.3.0",
"albumentations==0.5.2",
"diffusers>=0.32.2",
"easydict>=1.13",
"gradio>=4.44.1",
"gradio-sbmp-promptable-image>=0.0.3",
"hydra-core>=1.3.2",
"inference-gpu[yolo-world]>=0.30.0",
"joblib>=1.4.2",
"kornia==0.5.0",
"matplotlib>=3.10.0",
"numpy>=1.26.4",
"onnx>=1.17.0",
"onnxruntime-gpu>=1.19.2",
"onnxsim>=0.4.36",
"opencv-python>=4.10.0.84",
"packaging>=24.2",
"pandas>=2.2.3",
"pytorch-lightning>=2.5.0.post0",
"pyyaml>=6.0.2",
"safetensors>=0.5.2",
"scikit-image>=0.24.0",
"scikit-learn>=1.6.1",
"scipy>=1.15.1",
"segment-anything>=1.0",
"supervision>=0.22.0",
"tabulate>=0.9.0",
"tensorflow>=2.18.0",
"timm>=1.0.13",
"tqdm>=4.67.1",
"transformers>=4.46.3",
"webdataset>=0.2.100",
"wldhx-yadisk-direct>=0.0.6",
"ruff>=0.9.2",
"onnxruntime==1.20.0",
"torch>=2.5.1",
"torchvision>=0.20.1",
]
description = "Add your description here"
name = "detect-anything"
readme = "README.md"
requires-python = ">=3.12"
version = "0.1.0"
[tool.uv.sources]
torch = {index = "pytorch-cu121"}
torchvision = {index = "pytorch-cu121"}
[[tool.uv.index]]
explicit = true
name = "pytorch-cu121"
url = "https://download.pytorch.org/whl/cu121"