From 0ea702845f506147c61793db3fccd056db96a6e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 01:13:58 +0000 Subject: [PATCH] chore(deps)(deps): bump the ai-frameworks group with 5 updates Updates the requirements on [tensorflow](https://github.com/tensorflow/tensorflow), [keras](https://github.com/keras-team/keras), [onnxruntime](https://github.com/microsoft/onnxruntime), [onnxruntime-gpu](https://github.com/microsoft/onnxruntime) and [speechbrain](https://github.com/speechbrain/speechbrain) to permit the latest version. Updates `tensorflow` to 2.21.0 - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.15.0...v2.21.0) Updates `keras` to 3.14.0 - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.15.0...v3.14.0) Updates `onnxruntime` to 1.25.0 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.16.0...v1.25.0) Updates `onnxruntime-gpu` to 1.25.0 - [Release notes](https://github.com/microsoft/onnxruntime/releases) - [Changelog](https://github.com/microsoft/onnxruntime/blob/main/docs/ReleaseManagement.md) - [Commits](https://github.com/microsoft/onnxruntime/compare/v1.16.0...v1.25.0) Updates `speechbrain` to 1.1.0 - [Release notes](https://github.com/speechbrain/speechbrain/releases) - [Commits](https://github.com/speechbrain/speechbrain/compare/v0.5.16...v1.1.0) --- updated-dependencies: - dependency-name: tensorflow dependency-version: 2.21.0 dependency-type: direct:production dependency-group: ai-frameworks - dependency-name: keras dependency-version: 3.14.0 dependency-type: direct:production dependency-group: ai-frameworks - dependency-name: onnxruntime dependency-version: 1.25.0 dependency-type: direct:production dependency-group: ai-frameworks - dependency-name: onnxruntime-gpu dependency-version: 1.25.0 dependency-type: direct:production dependency-group: ai-frameworks - dependency-name: speechbrain dependency-version: 1.1.0 dependency-type: direct:production dependency-group: ai-frameworks ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index d0e8f21..3324cff 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,12 +42,12 @@ transformers>=4.33.0,<4.50.0 huggingface-hub>=0.25.0 # TensorFlow (用于某些模型) -tensorflow>=2.15.0 -keras>=2.15.0 +tensorflow>=2.21.0 +keras>=3.14.0 # ONNX Runtime GPU -onnxruntime>=1.16.0 -onnxruntime-gpu>=1.16.0 +onnxruntime>=1.25.0 +onnxruntime-gpu>=1.25.0 # -------------------- ASR 语音识别 -------------------- openai-whisper # Whisper 语音识别 @@ -73,7 +73,7 @@ pyannote.core>=5.0.0 pyannote.database>=5.0.0 pyannote.metrics>=3.2.0 pyannote.pipeline>=3.0.0 -speechbrain>=0.5.16 # 说话人识别 +speechbrain>=1.1.0 # 说话人识别 # -------------------- 视频分析/音画同步 -------------------- # 人脸检测和嘴型分析