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 f960b91 commit 03f8314Copy full SHA for 03f8314
pyproject.toml
@@ -22,7 +22,7 @@ pydantic="2.11.3"
22
pathlib="1.0.1"
23
dspy="2.6.14"
24
python-dotenv="1.1.0"
25
-huggingface-hub="0.27.1"
+huggingface-hub=">=0.30.0"
26
transformers="4.51.3"
27
torch="2.7.0"
28
sentence-transformers="4.1.0"
setup.py
@@ -24,7 +24,7 @@
"pydantic==2.11.3",
"pathlib==1.0.1",
"dspy==2.6.14",
- "huggingface-hub==0.27.1",
+ "huggingface-hub==0.30.0",
"python-dotenv==1.1.0",
29
"transformers==4.51.3",
30
"torch==2.7.0",
0 commit comments