From af3377368853a95fbc8a518d960f8ea071326471 Mon Sep 17 00:00:00 2001 From: Digital Spaceport Date: Mon, 25 Aug 2025 14:10:35 -0500 Subject: [PATCH] added missing librosa dep --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ece97ec..fcc97cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,6 +24,7 @@ dependencies = [ "tqdm", "numpy", "scipy", + "librosa", "ml-collections", "absl-py", "gradio", @@ -37,4 +38,4 @@ dependencies = [ "Bug Tracker" = "https://github.com/microsoft/VibeVoice/issues" [tool.setuptools] -packages = ["vibevoice",] \ No newline at end of file +packages = ["vibevoice",]