added missing librosa dep

This commit is contained in:
Digital Spaceport 2025-08-25 14:10:35 -05:00 committed by GitHub
parent a1ff004c04
commit af33773688
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ dependencies = [
"tqdm", "tqdm",
"numpy", "numpy",
"scipy", "scipy",
"librosa",
"ml-collections", "ml-collections",
"absl-py", "absl-py",
"gradio", "gradio",