Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Jun 9, 2024
1 parent 5e7d4c4 commit c84247e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions libs/infinity_emb/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion libs/infinity_emb/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ typer = {version = "^0.9.0", optional=true, extras = ["all"]}
pydantic = {version = ">=2.4.0,<3", optional=true}
# backend
torch = {version = "2.3.1", source = "pypi", optional=true}
sentence-transformers = {version = "^3.0.0", optional=true}
sentence-transformers = {version = "^3.0.1", optional=true}
transformers = {version = ">4.8.0", optional=true}
ctranslate2 = {version = "^4.0.0", optional=true}
optimum = {version = ">=1.16.2", optional=true, extras=["onnxruntime"]}
Expand Down

0 comments on commit c84247e

Please sign in to comment.