From 25a4a12173d22c253b020e17f590fc82222a30e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jun 2026 03:57:17 +0000 Subject: [PATCH] chore(deps): update numpy requirement in /tts_server Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tts_server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tts_server/requirements.txt b/tts_server/requirements.txt index 8a74dc2..bf0900e 100644 --- a/tts_server/requirements.txt +++ b/tts_server/requirements.txt @@ -1,7 +1,7 @@ fastapi>=0.110.0 uvicorn[standard]>=0.29.0 websockets>=12.0 -numpy>=1.26.0 +numpy>=2.4.6 soundfile>=0.12.0 pydantic>=2.0.0 faster-whisper>=1.0.0