mirror of
https://github.com/mii443/tokenizers.git
synced 2025-12-03 03:08:21 +00:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user