Skip to content

Commit 3f493fc

Browse files
committed
make hf-hub required
1 parent 3a6dfb0 commit 3f493fc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libs/infinity_emb/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libs/infinity_emb/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["vector", "embedding", "neural", "search", "sentence-transformers"]
1515
python = ">=3.9,<3.14"
1616
# basics, pin numpy <2 for onnx
1717
numpy = ">=1.20.0,<2"
18-
huggingface_hub= {version = ">=0.32.0", optional=true}
18+
huggingface_hub= {version = ">=0.32.0"}
1919
# logging
2020
rich = {version = "^13", optional=true}
2121
# webserver-only

0 commit comments

Comments
 (0)