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",
"numpy",
"scipy",
"librosa",
"ml-collections",
"absl-py",
"gradio",