From b61e205aa9378921dd71017c45b5f0d33899f9eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sigbj=C3=B8rn=20Skj=C3=A6ret?= Date: Mon, 7 Oct 2024 10:26:13 +0200 Subject: [PATCH] Relax gradio version dependency to include 5.x --- huggingfacehub/pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/huggingfacehub/pyproject.toml b/huggingfacehub/pyproject.toml index 45adc82..444ea40 100644 --- a/huggingfacehub/pyproject.toml +++ b/huggingfacehub/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "gradio_huggingfacehub_search" -version = "0.0.7" +version = "0.0.8" description = "Gradio component for searching Hugging Face Hub models, datasets, Spaces, and more" readme = "README.md" license = "MIT" @@ -16,7 +16,7 @@ requires-python = ">=3.8" authors = [{ name = "YOUR NAME", email = "YOUREMAIL@domain.com" }] keywords = ["gradio-custom-component", "gradio-template-SimpleTextbox", "huggingface", "hub", "search"] # Add dependencies here -dependencies = ["gradio>=4.0,<5.0"] +dependencies = ["gradio>=4.0,<6.0"] classifiers = [ 'Development Status :: 3 - Alpha', 'License :: OSI Approved :: Apache Software License',