From 91c6131e35c3571045b078949cec7c36a322fe47 Mon Sep 17 00:00:00 2001 From: yajunjiao Date: Fri, 27 Sep 2024 21:15:34 +0800 Subject: [PATCH] Update pyproject.toml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit windows 编译报错 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 43a04ac..9c24741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ dependencies = [ "richuru>=0.1.1", "praat-parselmouth>=0.4.3", "click>=8.0.0", - "faster-whisper @ git+https://github.com/SYSTRAN/faster-whisper", + "faster-whisper @ git+https://github.com/SYSTRAN/faster-whisper.git", "funasr", "modelscope", ]