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", ]