Skip to content

Commit b4904f4

Browse files
committed
build(pyproject): copy --group=models-* to --extra=models-*
Probably not necessary, but just to be consistent.
1 parent 527c28f commit b4904f4

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,14 @@ cu128 = [
8181
"torchvision>=0.22.0 ; python_version >= '3.9'",
8282
]
8383
models-detectron2 = [
84+
"detectron2==0.6",
8485
]
8586
models-jde = [
87+
"cython-bbox", # Encourages local cython-bbox source.
88+
"jde",
8689
]
8790
models-mmpose = [
91+
"mmpose==1.3.2",
8892
"openmim>=0.3.9",
8993
# mmpose/requirements/runtime.txt
9094
"chumpy",
@@ -94,6 +98,7 @@ models-mmpose = [
9498
"xtcocotools>=1.12",
9599
]
96100
models-yolox = [
101+
"yolox",
97102
"loguru",
98103
"ninja",
99104
# "onnx-simplifier==0.4.10",

uv.lock

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)