From f25bcfed7313f13c1c2fdffaf7d249883e7d20f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 15:00:41 +0000 Subject: [PATCH] build(deps): bump torch from 2.0.1 to 2.7.0 in /tools/ttsServer Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.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.0.1...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/ttsServer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ttsServer/requirements.txt b/tools/ttsServer/requirements.txt index a1b5f9126a38..1e22100ff152 100644 --- a/tools/ttsServer/requirements.txt +++ b/tools/ttsServer/requirements.txt @@ -1,4 +1,4 @@ -torch==2.0.1 +torch==2.7.0 torchaudio==2.0.2 torchvision==0.15.2 soundfile==0.12.1