Allow huggingface_hub<1.0 (#1385)

This commit is contained in:
Lucain
2023-11-10 13:51:07 +01:00
committed by GitHub
parent 648b33a09e
commit ee2af9e99a

View File

@ -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'