From 706403187e154e9a6e2090f3d0ce2e9ca8e635b0 Mon Sep 17 00:00:00 2001 From: zengguoyang Date: Tue, 16 Sep 2025 16:15:10 +0800 Subject: [PATCH] update requirements for zipenhancer --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 72f8277..02001af 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,6 +40,8 @@ dependencies = [ "huggingface-hub", "pydantic", "tqdm", + "simplejson", + "sortedcontainers", "soundfile", "funasr", "spaces"