From 4cc7b7cf9f1ba97e43460a0f9121eef19c567d92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:37:05 +0000 Subject: [PATCH] Bump torchcodec from 0.7.0 to 0.8.1 in /tests/python_tests Bumps [torchcodec](https://github.com/pytorch/torchcodec) from 0.7.0 to 0.8.1. - [Release notes](https://github.com/pytorch/torchcodec/releases) - [Commits](https://github.com/pytorch/torchcodec/compare/v0.7.0...v0.8.1) --- updated-dependencies: - dependency-name: torchcodec dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- tests/python_tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/python_tests/requirements.txt b/tests/python_tests/requirements.txt index fb9d47b93e..52accb86fd 100644 --- a/tests/python_tests/requirements.txt +++ b/tests/python_tests/requirements.txt @@ -26,7 +26,7 @@ librosa==0.11.0 soundfile==0.13.1 datasets==4.1.1; sys_platform == "linux" datasets==3.6.0; sys_platform != "linux" -torchcodec==0.7.0; sys_platform == "linux" +torchcodec==0.8.1; sys_platform == "linux" rouge==1.0.1 # - microsoft/Phi-4-multimodal-instruct peft==0.17.1