Skip to content

Commit 5ae2e14

Browse files
authored
Update torchcodec version constraint in setup.py (#2508)
- Pin to match torch Signed-off-by: Dipika Sikka <dipikasikka1@gmail.com>
1 parent 36fab73 commit 5ae2e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ def localversion_func(version: ScmVersion) -> str:
165165
"torchvision",
166166
"librosa==0.11.0",
167167
"soundfile",
168-
"torchcodec",
168+
"torchcodec<0.11",
169169
# linting, formatting, and type checking
170170
"mypy~=1.10.0",
171171
"ruff~=0.4.8",

0 commit comments

Comments
 (0)