From 2fff3cccbe546e232e465ee2f25a63ff3168eca8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 02:20:49 +0000 Subject: [PATCH] Update openvino requirement in /docker/main Updates the requirements on [openvino](https://github.com/openvinotoolkit/openvino) to permit the latest version. - [Release notes](https://github.com/openvinotoolkit/openvino/releases) - [Commits](https://github.com/openvinotoolkit/openvino/compare/2024.1.0...2024.3.0) --- updated-dependencies: - dependency-name: openvino dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index 224f3d20a..564567bc7 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -29,7 +29,7 @@ setproctitle == 1.3.* ws4py == 0.5.* unidecode == 1.3.* onnxruntime == 1.18.* -openvino == 2024.1.* +openvino == 2024.3.* # Embeddings onnx_clip == 4.0.* chromadb == 0.5.0