Skip to content

Commit efc9ef4

Browse files
committed
chore(deps): remove unused mmcv and mmengine dependencies
Both were leftovers from the dead Detic integration (import commented out, directory excluded from mypy). Zero imports of either package anywhere in the codebase. Removing them eliminates slow source builds and 3 transitive packages from uv sync.
1 parent 444b242 commit efc9ef4

File tree

2 files changed

+0
-54
lines changed

2 files changed

+0
-54
lines changed

pyproject.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,8 +200,6 @@ cuda = [
200200
"nvidia-nvimgcodec-cu12[all]; platform_machine == 'x86_64'",
201201
"onnxruntime-gpu>=1.17.1; platform_machine == 'x86_64'", # Only versions supporting both cuda11 and cuda12
202202
"ctransformers[cuda]==0.2.27",
203-
"mmengine>=0.10.3",
204-
"mmcv>=2.1.0",
205203
"xformers>=0.0.20; platform_machine == 'x86_64'",
206204
]
207205

@@ -308,7 +306,6 @@ base = [
308306

309307

310308
[tool.uv]
311-
no-build-isolation-package = ["mmcv"]
312309
constraint-dependencies = ["setuptools<82"]
313310

314311
[tool.ruff]

uv.lock

Lines changed: 0 additions & 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)