From b95e71ced9e39bfac8311ffe2b04dc2e3b91b1da Mon Sep 17 00:00:00 2001 From: Aleksei Kashapov Date: Thu, 21 Sep 2023 18:56:34 +0200 Subject: [PATCH] Update OV Version for tests (#2151) ### Changes Fix incorrect version of OV ### Reason for changes ### Related tickets N/A ### Tests N/A --- tests/openvino/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/openvino/requirements.txt b/tests/openvino/requirements.txt index 07054a24633..5a8cda7f778 100644 --- a/tests/openvino/requirements.txt +++ b/tests/openvino/requirements.txt @@ -2,5 +2,5 @@ pytest virtualenv pytest-cov pytest-mock>=3.3.1 -openvino-dev[onnx,pytorch,tensorflow2]==2023.0.1 +openvino-dev[onnx,pytorch,tensorflow2]==2023.1 fastdownload