Skip to content

Commit 9ca9323

Browse files
committed
chore(deps): add lmms-video-utils[all] as optional video extra
Pulled in by [video] and rolled up into [all] so existing 'install .[all]' workflows get torchcodec-backed codec-stream support for free, while base installs stay slim.
1 parent 5869228 commit 9ca9323

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,15 @@ eval = [
7373
"httpx",
7474
]
7575

76+
video = [
77+
"lmms-video-utils[all]>=0.1.0",
78+
]
79+
7680
all = [
7781
"lmms_engine[pref]",
7882
"lmms_engine[storage]",
7983
"lmms_engine[eval]",
84+
"lmms_engine[video]",
8085
]
8186

8287

0 commit comments

Comments
 (0)