From a2fbc07a7808019fceeaaed736131f91cd74dc82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 08:54:46 +0000 Subject: [PATCH] build(deps): bump numpy from 1.26.4 to 2.3.4 in /main/xiaozhi-server Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.3.4. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.26.4...v2.3.4) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 dependency-type: direct:production update-type: version-update:semver-major ... 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 b36801ec..f8cbbc1e 100644 --- a/main/xiaozhi-server/requirements.txt +++ b/main/xiaozhi-server/requirements.txt @@ -3,7 +3,7 @@ torch==2.2.2 silero_vad==6.0.0 websockets==14.2 opuslib_next==1.1.2 -numpy==1.26.4 +numpy==2.3.4 pydub==0.25.1 funasr==1.2.3 torchaudio==2.2.2