From 790ee06135abdb226e15415f24b97d795098b75f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=98=A5=E4=B9=94?= <83450930+Liyulingyue@users.noreply.github.com> Date: Tue, 19 Nov 2024 22:38:03 +0800 Subject: [PATCH] Update setup.py --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d413c3f6f..b15dedbac 100644 --- a/setup.py +++ b/setup.py @@ -66,6 +66,7 @@ base = [ "pyyaml", "resampy", "sacrebleu", + "soundfile", "textgrid", "timer", "ToJyutping==0.2.1",