Skip to content

Commit 7d2b538

Browse files
committed
build(pyproject): remove no-longer-needed explicit --group=models-* dependencies
1 parent b4904f4 commit 7d2b538

File tree

2 files changed

+1
-83
lines changed

2 files changed

+1
-83
lines changed

pyproject.toml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -90,25 +90,9 @@ models-jde = [
9090
models-mmpose = [
9191
"mmpose==1.3.2",
9292
"openmim>=0.3.9",
93-
# mmpose/requirements/runtime.txt
94-
"chumpy",
95-
"json_tricks",
96-
"matplotlib",
97-
"scipy",
98-
"xtcocotools>=1.12",
9993
]
10094
models-yolox = [
10195
"yolox",
102-
"loguru",
103-
"ninja",
104-
# "onnx-simplifier==0.4.10",
105-
# "onnx>=1.13.0",
106-
"psutil",
107-
"pycocotools>=2.0.7",
108-
"tabulate",
109-
# "tensorboard",
110-
"thop",
111-
"tqdm",
11296
]
11397

11498
# NOTE: Temporarily duplicated from [project.optional-dependencies] until
@@ -148,25 +132,9 @@ models-jde = [
148132
models-mmpose = [
149133
"mmpose==1.3.2",
150134
"openmim>=0.3.9",
151-
# mmpose/requirements/runtime.txt
152-
"chumpy",
153-
"json_tricks",
154-
"matplotlib",
155-
"scipy",
156-
"xtcocotools>=1.12",
157135
]
158136
models-yolox = [
159137
"yolox",
160-
"loguru",
161-
"ninja",
162-
# "onnx-simplifier==0.4.10",
163-
# "onnx>=1.13.0",
164-
"psutil",
165-
"pycocotools>=2.0.7",
166-
"tabulate",
167-
# "tensorboard",
168-
"thop",
169-
"tqdm",
170138
]
171139

172140
[project.scripts]

uv.lock

Lines changed: 1 addition & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)