From e44ffa5ba166072c74228786ea2f271695c4d6bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 06:08:28 +0000 Subject: [PATCH] Bump gradio from 4.44.0 to 5.5.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 4.44.0 to 5.5.0. - [Release notes](https://github.com/gradio-app/gradio/releases) - [Changelog](https://github.com/gradio-app/gradio/blob/main/CHANGELOG.md) - [Commits](https://github.com/gradio-app/gradio/compare/gradio@4.44.0...gradio@5.5.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index abbc71ba..305806f0 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ 'lpips==0.1.4', 'clean-fid==0.1.35', 'clip@git+https://github.com/openai/CLIP.git@a1d071733d7111c9c014f024669f959182114e33', - 'gradio==4.44.0', + 'gradio==5.5.0', 'datasets==2.19.2', 'peft==0.12.0', 'numpy<2.0.0',