From 7e8e69a22c62c3e748391f82b2cc56687aa5142e Mon Sep 17 00:00:00 2001 From: Arthur <48595927+ArthurZucker@users.noreply.github.com> Date: Mon, 2 Oct 2023 14:30:10 +0200 Subject: [PATCH] Let's allow hf_hub < 1.0 (#1344) * Let's allow hf_hub < 1.0 * Update bindings/python/pyproject.toml --- 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 6efb58f6e..48ef5b2a3 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.17"] +dependencies = ["huggingface_hub>=0.16.4,<0.18"] [project.urls] Homepage = 'https://github.com/huggingface/tokenizers'