From ff5dd46a5c57581c855be06177403a07983c26d8 Mon Sep 17 00:00:00 2001 From: Wauplin Date: Wed, 8 Nov 2023 14:32:06 +0100 Subject: [PATCH] Allow huggingface_hub<1.0 --- bindings/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/pyproject.toml b/bindings/python/pyproject.toml index a89f78542..81f70af3d 100644 --- a/bindings/python/pyproject.toml +++ b/bindings/python/pyproject.toml @@ -26,7 +26,7 @@ dynamic = [ 'license', 'readme', ] -dependencies = ["huggingface_hub>=0.16.4,<0.19"] +dependencies = ["huggingface_hub>=0.16.4,<1.0"] [project.urls] Homepage = 'https://github.com/huggingface/tokenizers'