From 5fa0fffac97605450667e33989571e3578019740 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 12:03:02 +0000 Subject: [PATCH] Update openvino requirement from ==2022.* to ==2023.* 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/2022.1.0.dev20211110...2023.0.0) --- updated-dependencies: - dependency-name: openvino dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-ov.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-ov.txt b/requirements-ov.txt index 38b218f06..cc5d78854 100644 --- a/requirements-ov.txt +++ b/requirements-ov.txt @@ -1,3 +1,3 @@ numpy == 1.23.* -openvino == 2022.* +openvino == 2023.* openvino-dev[tensorflow2] == 2022.*