From 16bac78772e667012a4692ffb15c63449d2e91b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Jun 2025 15:20:33 +0000 Subject: [PATCH] Bump torch from 2.4.1 to 2.7.1 in /bin/Common/Data/microphone Bumps [torch](https://github.com/pytorch/pytorch) from 2.4.1 to 2.7.1. - [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.4.1...v2.7.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bin/Common/Data/microphone/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/Common/Data/microphone/requirements.txt b/bin/Common/Data/microphone/requirements.txt index 41dbaad20..8de523033 100644 --- a/bin/Common/Data/microphone/requirements.txt +++ b/bin/Common/Data/microphone/requirements.txt @@ -1,4 +1,4 @@ pyaudio==0.2.14 -torch==2.4.1 +torch==2.7.1 silero-vad==5.1 numpy==2.1.1 \ No newline at end of file