Skip to content

Commit 12b06ec

Browse files
chore: Lock onnxruntime version to be < 1.20.0 (#386)
1 parent 1deb830 commit 12b06ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ keywords = ["vector", "embedding", "neural", "search", "qdrant", "sentence-trans
1313
[tool.poetry.dependencies]
1414
python = ">=3.8.0,<3.13"
1515
onnx = "^1.15.0"
16-
onnxruntime = "^1.17.0"
16+
onnxruntime = ">=1.17.0,<1.20.0"
1717
tqdm = "^4.66"
1818
requests = "^2.31"
1919
tokenizers = ">=0.15,<1.0"

0 commit comments

Comments
 (0)