Remove redundant librosa package in the depdencies.

This commit is contained in:
Sangjee Dondrub 2025-08-28 01:30:54 +08:00 committed by YaoyaoChang
parent ccdb19f004
commit 4d5d9779c8

View file

@ -29,8 +29,7 @@ dependencies = [
"absl-py",
"gradio",
"av",
"aiortc",
"librosa"
"aiortc"
]