We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c92df0 commit 4f8747dCopy full SHA for 4f8747d
pyproject.toml
@@ -26,7 +26,7 @@ classifiers = [
26
]
27
dependencies = [
28
# download models:
29
- "huggingface-hub>=0.30,<0.33",
+ "huggingface-hub>=0.30,<0.35",
30
"jsonargparse[signatures]>=4.31,<=4.32.1; python_version<'3.10'", # 4.33 does not seem to be compatible with Python 3.9
31
"jsonargparse[signatures]>=4.37; python_version>'3.9'", # required to work with python3.12+
32
"lightning>=2.5",
0 commit comments