Add torchcodec to dependencies

ImportError: TorchCodec is required for load_with_torchcodec.
This commit is contained in:
李睿杰JerryLi
2026-01-02 21:00:23 +08:00
committed by GitHub
parent 6499215204
commit 8cfd9d155a

View File

@ -27,6 +27,7 @@ requires-python = ">=3.10"
dependencies = [
"torch>=2.5.0",
"torchaudio>=2.5.0",
"torchcodec",
"transformers>=4.36.2",
"einops",
"gradio<6",