Skip to content

Commit

Permalink
chore: Lock onnxruntime version to be < 1.20.0 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
hh-space-invader authored Nov 4, 2024
1 parent 1deb830 commit 12b06ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ keywords = ["vector", "embedding", "neural", "search", "qdrant", "sentence-trans
[tool.poetry.dependencies]
python = ">=3.8.0,<3.13"
onnx = "^1.15.0"
onnxruntime = "^1.17.0"
onnxruntime = ">=1.17.0,<1.20.0"
tqdm = "^4.66"
requests = "^2.31"
tokenizers = ">=0.15,<1.0"
Expand Down

0 comments on commit 12b06ec

Please sign in to comment.