Skip to content

Commit

Permalink
chore(deps): update dependency huggingface-hub to v0.25.1
Browse files Browse the repository at this point in the history
| datasource | package         | from   | to     |
| ---------- | --------------- | ------ | ------ |
| pypi       | huggingface-hub | 0.24.6 | 0.25.1 |
| pypi       | huggingface-hub | 0.24.5 | 0.25.1 |
  • Loading branch information
renovate[bot] authored Oct 1, 2024
1 parent 2f80d87 commit d8cc98f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/llama-cpp-python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ requires-python = "~=3.11"
readme = "README.md"

[project.optional-dependencies]
dev = ["huggingface_hub[cli,hf_transfer] == 0.24.5"]
dev = ["huggingface_hub[cli,hf_transfer] ==0.25.1"]

[tool.pip-tools]
generate-hashes = true
Expand Down
2 changes: 1 addition & 1 deletion packages/text-embeddings/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ requires-python = "~=3.11"
readme = "README.md"

[project.optional-dependencies]
dev = ["huggingface_hub == 0.24.5"]
dev = ["huggingface_hub ==0.25.1"]

[tool.pip-tools]
generate-hashes = true
Expand Down
2 changes: 1 addition & 1 deletion packages/vllm/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires-python = "~=3.11"
readme = "README.md"

[project.optional-dependencies]
dev = ["confz == 2.0.1", "huggingface_hub[cli,hf_transfer] == 0.24.5"]
dev = ["confz == 2.0.1", "huggingface_hub[cli,hf_transfer] ==0.25.1"]

[tool.pip-tools]
generate-hashes = true
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ dev = [
"requests-toolbelt",
"pytest",
"supabase == 2.6.0",
"huggingface_hub[cli,hf_transfer] == 0.24.5",
"huggingface_hub[cli,hf_transfer] ==0.25.1",
"fastapi == 0.109.1",
]

dev-whisper = ["ctranslate2 ==4.4.0", "transformers[torch] == 4.39.3"]

dev-vllm = ["confz == 2.0.1", "huggingface_hub == 0.24.5"]
dev-vllm = ["confz == 2.0.1", "huggingface_hub ==0.25.1"]

[tool.pip-tools]
generate-hashes = true
Expand Down
2 changes: 1 addition & 1 deletion src/leapfrogai_evals/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies = [
"python-dotenv == 1.0.1",
"seaborn == 0.13.2",
"datasets == 2.21.0",
"huggingface-hub == 0.24.6",
"huggingface-hub ==0.25.1",
"anthropic ==0.34.2",
"instructor ==1.4.3",
"pyPDF2 == 3.0.1",
Expand Down

0 comments on commit d8cc98f

Please sign in to comment.