From 4ce5764de92bb8edf83d7468d58d49b9df2410df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 19:48:56 +0000 Subject: [PATCH] Bump openvino from 2022.3.1 to 2024.4.0 Bumps [openvino](https://github.com/openvinotoolkit/openvino) from 2022.3.1 to 2024.4.0. - [Release notes](https://github.com/openvinotoolkit/openvino/releases) - [Commits](https://github.com/openvinotoolkit/openvino/compare/2022.3.1...2024.4.0) --- updated-dependencies: - dependency-name: openvino dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 08415868de..33c166dacb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,7 @@ dependencies = [ "tqdm>=4.30.0", "rapidfuzz>=1.6.0", "huggingface-hub>=0.4.0", - "openvino==2022.3.1" + "openvino==2024.4.0" ] [project.optional-dependencies]