From ba1fb16f2d2207eb285d4f72fceb7befafb84574 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 10:28:33 +0000 Subject: [PATCH] build(deps): bump torchaudio from 2.2.2 to 2.9.1 in /main/xiaozhi-server Bumps [torchaudio](https://github.com/pytorch/audio) from 2.2.2 to 2.9.1. - [Release notes](https://github.com/pytorch/audio/releases) - [Commits](https://github.com/pytorch/audio/compare/v2.2.2...v2.9.1) --- updated-dependencies: - dependency-name: torchaudio dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- main/xiaozhi-server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/xiaozhi-server/requirements.txt b/main/xiaozhi-server/requirements.txt index 3f62ef4c..effe2b92 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -1,7 +1,7 @@ # -*- coding:utf-8 -*- #--------- 本项目推荐环境是python3.10,以下暂时不推荐升级的依赖 torch==2.2.2 -torchaudio==2.2.2 +torchaudio==2.9.1 numpy==1.26.4 #--------- cozepy0.20.0要求websockets<15.0.0,以下暂时不推荐升级的依赖 websockets==14.2