fix(codec): hot-fix for default codec in linux arm platforms (#868)

This commit is contained in:
Steven Palma
2025-03-17 13:23:11 +01:00
committed by GitHub
parent 9f0a8a49d0
commit 1c15bab70f
5 changed files with 29 additions and 9 deletions

View File

@@ -69,7 +69,7 @@ dependencies = [
"rerun-sdk>=0.21.0",
"termcolor>=2.4.0",
"torch>=2.2.1",
"torchcodec>=0.2.1",
"torchcodec>=0.2.1 ; sys_platform != 'linux' or (sys_platform == 'linux' and platform_machine != 'aarch64' and platform_machine != 'arm64' and platform_machine != 'armv7l')",
"torchvision>=0.21.0",
"wandb>=0.16.3",
"zarr>=2.17.0",