Skip to content

Commit 03f8314

Browse files
committed
🐛 fix huggingface-hub lib version
1 parent f960b91 commit 03f8314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pydantic="2.11.3"
2222
pathlib="1.0.1"
2323
dspy="2.6.14"
2424
python-dotenv="1.1.0"
25-
huggingface-hub="0.27.1"
25+
huggingface-hub=">=0.30.0"
2626
transformers="4.51.3"
2727
torch="2.7.0"
2828
sentence-transformers="4.1.0"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"pydantic==2.11.3",
2525
"pathlib==1.0.1",
2626
"dspy==2.6.14",
27-
"huggingface-hub==0.27.1",
27+
"huggingface-hub==0.30.0",
2828
"python-dotenv==1.1.0",
2929
"transformers==4.51.3",
3030
"torch==2.7.0",

0 commit comments

Comments
 (0)