1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-09 23:17:29 +02:00

fix(ml): pin onnxruntime-openvino (#13290)

This commit is contained in:
Mert
2024-10-08 18:03:28 -04:00
committed by GitHub
parent 08d428cbce
commit 3ba2602664
2 changed files with 9 additions and 9 deletions

View File

@@ -51,7 +51,7 @@ onnxruntime-gpu = {version = "^1.17.0", source = "cuda12"}
optional = true
[tool.poetry.group.openvino.dependencies]
onnxruntime-openvino = "^1.17.1"
onnxruntime-openvino = ">=1.17.1,<1.19.0"
[tool.poetry.group.armnn]
optional = true