Skip to content

Commit e101351

Browse files
authored
Remove 'huggingface_hub' version constraint (#1097)
1 parent 94b729c commit e101351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ dependencies = [
4848
"Pillow>=10.0.0,<12",
4949
"msgpack>=1.0.4,<2",
5050
"psutil",
51-
"huggingface_hub<0.31", # fix for "Provider 'featherless-ai' not supported" error
51+
"huggingface_hub",
5252
"iterative-telemetry>=0.0.10",
5353
"platformdirs",
5454
"dvc-studio-client>=0.21,<1",

0 commit comments

Comments
 (0)