Skip to content

Commit 527c28f

Browse files
committed
build(pyproject): uv add --no-build-isolation --group=models-* models/*
1 parent 0a1c7d1 commit 527c28f

File tree

2 files changed

+433
-2
lines changed

2 files changed

+433
-2
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,14 @@ tutorials = [
134134
"jupyter",
135135
]
136136
models-detectron2 = [
137+
"detectron2==0.6",
137138
]
138139
models-jde = [
140+
"cython-bbox", # Encourages local cython-bbox source.
141+
"jde",
139142
]
140143
models-mmpose = [
144+
"mmpose==1.3.2",
141145
"openmim>=0.3.9",
142146
# mmpose/requirements/runtime.txt
143147
"chumpy",
@@ -147,6 +151,7 @@ models-mmpose = [
147151
"xtcocotools>=1.12",
148152
]
149153
models-yolox = [
154+
"yolox",
150155
"loguru",
151156
"ninja",
152157
# "onnx-simplifier==0.4.10",

0 commit comments

Comments
 (0)