Allow hf_hub 0.18 (#1383)

This commit is contained in:
Mario Šaško
2023-11-06 14:12:05 +01:00
committed by GitHub
parent c718c53bb9
commit 648b33a09e

View File

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