From 281c4909921c45902e8a54770d8ad10675246e78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 06:50:03 +0000 Subject: [PATCH] Bump gradio from 3.35.2 to 5.5.0 in /TinyChart Bumps [gradio](https://github.com/gradio-app/gradio) from 3.35.2 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/v3.35.2...gradio@5.5.0) --- updated-dependencies: - dependency-name: gradio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- TinyChart/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TinyChart/pyproject.toml b/TinyChart/pyproject.toml index 945bbc4..8f10dd5 100644 --- a/TinyChart/pyproject.toml +++ b/TinyChart/pyproject.toml @@ -17,7 +17,7 @@ dependencies = [ "transformers==4.37.2", "tokenizers==0.15.1", "sentencepiece==0.1.99", "shortuuid", "accelerate==0.21.0", "peft==0.4.0", "bitsandbytes==0.41.0", "pydantic<2,>=1", "markdown2[all]", "numpy", "scikit-learn==1.2.2", - "gradio==3.35.2", "gradio_client==0.2.9", + "gradio==5.5.0", "gradio_client==0.2.9", "requests", "httpx==0.24.0", "uvicorn", "fastapi", "einops==0.6.1", "einops-exts==0.0.4", "timm==0.6.13", ]