Skip to content

Commit f0a4326

Browse files
committed
✏️ update requirements
1 parent 6658155 commit f0a4326

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pydantic="2.11.3"
2323
pathlib="1.0.1"
2424
dspy="2.6.14"
2525
python-dotenv="*"
26-
huggingface-hub="0.31.1"
26+
huggingface-hub="0.34.4"
2727
transformers="4.56.0"
2828
torch="2.8.0"
2929
sentence-transformers="5.1.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ docutils~=0.21.2
1313
pathlib~=1.0.1
1414
dspy~=2.6.14
1515
setuptools~=78.1.0
16-
huggingface-hub~=0.31.1
16+
huggingface-hub~=0.34.4
1717
transformers~=4.56.0
1818
torch~=2.8.0
1919
sentence-transformers~=5.1.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"pydantic==2.11.3",
2828
"pathlib==1.0.1",
2929
"dspy==2.6.14",
30-
"huggingface-hub==0.31.1",
30+
"huggingface-hub==0.34.4",
3131
"transformers==4.56.0",
3232
"torch==2.8.0",
3333
"sentence-transformers==5.1.0",

0 commit comments

Comments
 (0)