From 7dbd1c3ce8d4248a820ff9471d7a2c12ca6ab412 Mon Sep 17 00:00:00 2001 From: fumito072 Date: Tue, 28 Oct 2025 00:15:30 +0900 Subject: [PATCH] fix(deps): Resolve dependency conflict between gradio and spacy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 780ec361..4f6b0d92 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "safetensors==0.5.3", "spacy-pkuseg", "pykakasi==2.3.0", - "gradio==5.44.1", + "gradio==4.33.1", "russian-text-stresser @ git+https://github.com/Vuizur/add-stress-to-epub", ]