From c392935100f75cb54bf906efada195daad7dee37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 11:38:53 +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.2.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 6c8a8629e..e47c5a002 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -30,4 +30,4 @@ setproctitle == 1.3.* ws4py == 0.5.* unidecode == 1.3.* onnxruntime == 1.18.* -openvino == 2024.1.* +openvino == 2024.2.*