From 5e02c35be2fcb8868bb9893d4385028e9bbce874 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 14:45:43 +0000 Subject: [PATCH] Update faster-whisper requirement from ~=1.0.3 to >=1.0.3,<1.2.0 Updates the requirements on [faster-whisper](https://github.com/SYSTRAN/faster-whisper) to permit the latest version. - [Release notes](https://github.com/SYSTRAN/faster-whisper/releases) - [Commits](https://github.com/SYSTRAN/faster-whisper/compare/v1.0.3...v1.1.1) --- updated-dependencies: - dependency-name: faster-whisper dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8786d84..04a31e8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ tqdm>=4.66.5 numpy>=1.26.4 openai-whisper==20231117 -faster-whisper~=1.0.3 +faster-whisper>=1.0.3,<1.2.0 pyannote.audio~=3.3.1 pyannote.core~=5.0.0