added missing librosa dep
This commit is contained in:
parent
a1ff004c04
commit
af33773688
1 changed files with 2 additions and 1 deletions
|
@ -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",]
|
||||
packages = ["vibevoice",]
|
||||
|
|
Loading…
Reference in a new issue