From 5469c8a13579a6e55a48df848dc4f248ad701044 Mon Sep 17 00:00:00 2001 From: jhj0517 <97279763+jhj0517@users.noreply.github.com> Date: Tue, 1 Oct 2024 23:35:01 +0900 Subject: [PATCH] Install corresponding networkx --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 156cddec..4d60d815 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,6 +12,7 @@ transformers==4.42.3 gradio==4.43.0 pytubefix ruamel.yaml==0.18.6 +networkx pyannote.audio==3.3.1; sys_platform == 'win32' pyannote.audio==3.3.0; sys_platform != 'win32' git+https://github.com/jhj0517/ultimatevocalremover_api.git