From 6fab4f148a182a49162e068568d4dc9636e74dff Mon Sep 17 00:00:00 2001 From: Ioann Volkov Date: Sat, 29 Mar 2025 14:06:59 +0200 Subject: [PATCH] Upgrade gradio to 3.48.0. Also, torch and matplotlib should be older than first versions with incompatible changes --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 28635b8..da4d5f6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ librosa==0.9.1 llvmlite==0.39.0 fairseq==0.12.2 faiss-cpu==1.7.3 -gradio==3.34.0 +gradio==3.48.0 Cython pydub>=0.25.1 soundfile>=0.12.1 @@ -16,7 +16,7 @@ tensorboardX Jinja2>=3.1.2 json5 Markdown -matplotlib>=3.7.0 +matplotlib<3.10 matplotlib-inline>=0.1.3 praat-parselmouth>=0.4.2 Pillow>=9.1.1 @@ -43,6 +43,7 @@ onnxruntime; sys_platform == 'darwin' onnxruntime-gpu; sys_platform != 'darwin' torchcrepe==0.0.20 fastapi==0.88 +torch<2.6 torchfcpe ffmpy==0.3.1 python-dotenv>=1.0.0