-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpyproject.toml
More file actions
36 lines (36 loc) · 803 Bytes
/
pyproject.toml
File metadata and controls
36 lines (36 loc) · 803 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
[project]
name = "uhd"
version = "1.0.0"
description = "Ultra-lightweight human detection."
readme = "README.md"
requires-python = "==3.11.12"
dependencies = [
"datasets==4.3.0",
"huggingface-hub==1.0.1",
"matplotlib==3.10.7",
"pyarrow==22.0.0",
"requests==2.32.5",
"numpy==1.26.4",
"onnx==1.19.0",
"onnxruntime-gpu==1.23.0",
"opencv-python==4.11.0.86",
"pandas==2.3.3",
"tqdm==4.67.1",
"torch==2.5.1",
"torchvision==0.20.1",
"tensorboard==2.17.1",
"onnxsim==0.4.30",
"sit4onnx==1.0.10",
"bbalg==1.0.2",
"pyyaml==6.0.2",
"faster-coco-eval==1.7.1",
"pillow==12.0.0",
"esp-ppq==1.2.3",
"ai-edge-litert==2.1.0",
"onnx2tf==1.28.8",
]
[tool.uv]
override-dependencies = [
"onnx==1.19.0",
"onnxsim==0.4.30",
]