From 412fb67ddc4f556c59bbb85419e9a8483b36dad7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 20:17:39 +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.1. - [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.1) --- 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 cee412d50689..4b6c50321798 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.1 networkx==2.8.8 jieba==0.42.1 gradio==3.48.0