Skip to content

Commit 0a1c7d1

Browse files
committed
build(pyproject): tool.uv.sources model paths (used by uv add)
This has no effect (yet).
1 parent 9555dc0 commit 0a1c7d1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,6 +284,11 @@ explicit = true
284284

285285
[tool.uv.sources]
286286
compressai = { workspace = true }
287+
cython-bbox = { path = "scripts/cython_bbox" }
288+
detectron2 = { path = "models/detectron2" }
289+
jde = { path = "models/Towards-Realtime-MOT" }
290+
mmpose = { path = "models/mmpose" }
291+
yolox = { path = "models/yolox" }
287292
torch = [
288293
{ index = "pytorch-cpu", extra = "cpu" },
289294
{ index = "pytorch-cu118", extra = "cu118" },

0 commit comments

Comments
 (0)