chore: Lock onnxruntime version to be < 1.20.0 (#386)

This commit is contained in:
Hossam Hagag
2024-11-04 22:53:50 +02:00
committed by GitHub
parent 1deb830328
commit 12b06ece51

View File

@@ -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"