From f6c94282cc95ec669af73ae4ca178de2b5ccb714 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 16:39:30 +0000 Subject: [PATCH] Bump gradio from 4.16.0 to 5.11.0 Bumps [gradio](https://github.com/gradio-app/gradio) from 4.16.0 to 5.11.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.16.0...gradio@5.11.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52091eb..904ff03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "transformers==4.41.0", "tokenizers==0.19.1", "sentencepiece==0.1.99", "shortuuid", "accelerate==0.21.0", "peft", "bitsandbytes", "pydantic", "markdown2[all]", "numpy", "scikit-learn==1.2.2", - "gradio==4.16.0", "gradio_client==0.8.1", + "gradio==5.11.0", "gradio_client==0.8.1", "requests", "httpx==0.24.0", "uvicorn", "fastapi", "einops==0.6.1", "einops-exts==0.0.4", "timm==0.6.13", "tensorboard==2.17.0", "deepspeed==0.12.6", "ninja", "wandb", "pycocotools", "opencv-python", "scikit-image"