Skip to content

Commit b02010a

Browse files
committed
Add torchcodec as temporary dependency
1 parent 4d6209b commit b02010a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install_requirements.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,9 @@ def install_optional_example_requirements(use_pytorch_nightly):
155155
else "torchvision"
156156
),
157157
f"torchaudio==2.8.0.{NIGHTLY_VERSION}" if use_pytorch_nightly else "torchaudio",
158+
# We probably don't need explicit torchcodec, see comment here
159+
# https://github.com/pytorch/audio/pull/4039#issuecomment-3274648824
160+
"torchcodec",
158161
]
159162
# Then install domain libraries
160163
subprocess.run(

0 commit comments

Comments
 (0)