Skip to content

Commit a75d009

Browse files
authored
fix(ci): Pin torchcodec (==0.2.1) to fix pipeline temporarly (#1030)
1 parent 4df18de commit a75d009

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ dependencies = [
6969
"rerun-sdk>=0.21.0",
7070
"termcolor>=2.4.0",
7171
"torch>=2.2.1,<2.7",
72-
"torchcodec>=0.2.1; sys_platform != 'win32' and (sys_platform != 'linux' or (platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')) and (sys_platform != 'darwin' or platform_machine != 'x86_64')",
72+
"torchcodec==0.2.1; sys_platform != 'win32' and (sys_platform != 'linux' or (platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')) and (sys_platform != 'darwin' or platform_machine != 'x86_64')",
7373
"torchvision>=0.21.0",
7474
"wandb>=0.16.3",
7575
"zarr>=2.17.0",

0 commit comments

Comments
 (0)