From d7afed2ee4be7f2fe2abc45d187c415345504d3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 May 2025 20:31:55 +0000 Subject: [PATCH] Bump torch from 2.5.1 to 2.7.0 in /examples/vad_implementation Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.7.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/compare/v2.5.1...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- examples/vad_implementation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vad_implementation/requirements.txt b/examples/vad_implementation/requirements.txt index 4a63924..7beea1c 100644 --- a/examples/vad_implementation/requirements.txt +++ b/examples/vad_implementation/requirements.txt @@ -1,5 +1,5 @@ deepgram_sdk==3.4.0 librosa==0.10.2.post1 -torch==2.5.1 +torch==2.7.0 torchaudio==2.5.1 pyaudio==0.2.14 \ No newline at end of file