mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +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',
|
'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'
|
||||||
|
Reference in New Issue
Block a user