From c4ba06bac10882eb1512683186981b706f5eea24 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 18:23:55 +0000 Subject: [PATCH] chore(deps): Bump numpy in /backend/python/openvoice Bumps [numpy](https://github.com/numpy/numpy) from 1.22.0 to 2.2.2. - [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.22.0...v2.2.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/python/openvoice/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/python/openvoice/requirements.txt b/backend/python/openvoice/requirements.txt index 62b886bb..68ec8dba 100644 --- a/backend/python/openvoice/requirements.txt +++ b/backend/python/openvoice/requirements.txt @@ -8,7 +8,7 @@ openai python-dotenv pypinyin cn2an==0.5.22 -numpy==1.22.0 +numpy==2.2.2 networkx==2.8.8 jieba==0.42.1 gradio==5.9.1