From 4d5d9779c8793654a5cb72c76938ac4b19a0c552 Mon Sep 17 00:00:00 2001 From: Sangjee Dondrub Date: Thu, 28 Aug 2025 01:30:54 +0800 Subject: [PATCH] Remove redundant `librosa` package in the depdencies. --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 50b607c..888dbfd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,7 @@ dependencies = [ "absl-py", "gradio", "av", - "aiortc", - "librosa" + "aiortc" ]