File size: 458 Bytes
7e5a8cc
 
 
 
 
 
 
 
 
 
 
24c40e1
7e5a8cc
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[project]
name = "adtriton"
version = "0.1.0"
description = "트리트리트리트리트리튼"
authors = [{ name = "Dowon", email = "ks2515@naver.com" }]
dependencies = [
    "huggingface-hub",
    "ultralytics>=8.2",
    "onnx",
    "onnxruntime",
    "onnxsim",
    "onnxslim",
]
requires-python = ">=3.11"
readme = "README.md"
license = { text = "AGPL-3.0" }

[project.optional-dependencies]
dev = ["ruff", "pre-commit"]

[tool.pdm]
distribution = false