Skip to content

Commit 01a5cd6

Browse files
fix(os): fix default codec for windows (huggingface#875)
1 parent e907d02 commit 01a5cd6

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",
72-
"torchcodec>=0.2.1 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')",
72+
"torchcodec>=0.2.1; sys_platform != 'win32' and (sys_platform != 'linux' or (platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l'))",
7373
"torchvision>=0.21.0",
7474
"wandb>=0.16.3",
7575
"zarr>=2.17.0",

0 commit comments

Comments
 (0)