We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1deb830 commit 12b06ecCopy full SHA for 12b06ec
pyproject.toml
@@ -13,7 +13,7 @@ keywords = ["vector", "embedding", "neural", "search", "qdrant", "sentence-trans
13
[tool.poetry.dependencies]
14
python = ">=3.8.0,<3.13"
15
onnx = "^1.15.0"
16
-onnxruntime = "^1.17.0"
+onnxruntime = ">=1.17.0,<1.20.0"
17
tqdm = "^4.66"
18
requests = "^2.31"
19
tokenizers = ">=0.15,<1.0"
0 commit comments