dk - uv lock

This commit is contained in:
2026-06-29 17:13:28 +09:00
parent c0c3b80c00
commit 3bdff0b205
5 changed files with 1781 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
[project]
name = "normal-object-detection"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"clearml>=2.1.9",
"requests==2.32.5",
"ultralytics==8.4.71",
]