From 7ef1fba34aca997151bc0399e99ff684e9545e2a Mon Sep 17 00:00:00 2001 From: Yaowei Zheng Date: Sun, 28 Dec 2025 05:00:51 +0800 Subject: [PATCH] [version] fix gradio (#9685) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9c8a9cb6b..fe23272ae 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "trl>=0.8.6,<=0.9.6", "torchdata>=0.10.0,<=0.11.0", # gui - "gradio>=4.38.0,<=6.2.0", + "gradio>=4.38.0,<=5.50.0", "matplotlib>=3.7.0", "tyro<0.9.0", # ops