From c59e7bdf538112b40b808c8c8508e11ea9f9fbd6 Mon Sep 17 00:00:00 2001 From: Neo Date: Sun, 5 Jan 2025 16:28:50 +0700 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f4deda7..f658d42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "rvc_inferpy" # Name of your package version = "0.5.9" # Package version -description = "Easy tools for RVC" +description = "Easy tools for RVC Inference" readme = "README.md" # Optional: Add your README[project] license = {text = "MIT"} # Use this if you are specifying the license directly authors = [ @@ -24,10 +24,11 @@ dependencies = [ "local_attention", "torchcrepe==0.0.23", "torchfcpe", - "audio-separator[gpu]==0.25.1", + "audio-separator[gpu]==v0.28.5", "yt-dlp", - "gradio", + "gradio==4.44.0", "gtts", + "edge-tts", ]