Let's allow hf_hub < 1.0 (#1344)

* Let's allow hf_hub < 1.0

* Update bindings/python/pyproject.toml
This commit is contained in:
Arthur
2023-10-02 14:30:10 +02:00
committed by GitHub
parent 18bd5e8f9d
commit 7e8e69a22c

View File

@ -26,7 +26,7 @@ dynamic = [
'license', 'license',
'readme', 'readme',
] ]
dependencies = ["huggingface_hub>=0.16.4,<0.17"] dependencies = ["huggingface_hub>=0.16.4,<0.18"]
[project.urls] [project.urls]
Homepage = 'https://github.com/huggingface/tokenizers' Homepage = 'https://github.com/huggingface/tokenizers'