Skip to content

Commit 972e7fc

Browse files
authored
Bump huggingface_hub upper version (#1866)
* Test hfh 1.0 rc0 * Tokenizers works on both 0.x and 1.x versions
1 parent c0d3697 commit 972e7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
]
2424
keywords = ["NLP", "tokenizer", "BPE", "transformer", "deep learning"]
2525
dynamic = ["description", "license", "readme", "version"]
26-
dependencies = ["huggingface_hub>=0.16.4,<1.0"]
26+
dependencies = ["huggingface_hub>=0.16.4,<2.0"]
2727

2828
[project.urls]
2929
Homepage = "https://github.com/huggingface/tokenizers"

0 commit comments

Comments
 (0)