From 9058bb9ddc99d1a9405c52a61f616add69dc602a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2025 07:55:58 +0000 Subject: [PATCH] Update openvino-genai requirement in /samples Updates the requirements on [openvino-genai](https://github.com/openvinotoolkit/openvino) to permit the latest version. - [Release notes](https://github.com/openvinotoolkit/openvino/releases) - [Changelog](https://github.com/openvinotoolkit/openvino/blob/master/docs/RELEASE.MD) - [Commits](https://github.com/openvinotoolkit/openvino/commits) --- updated-dependencies: - dependency-name: openvino-genai dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/deployment-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/deployment-requirements.txt b/samples/deployment-requirements.txt index ceac668e9c..511850d085 100644 --- a/samples/deployment-requirements.txt +++ b/samples/deployment-requirements.txt @@ -1,4 +1,4 @@ --extra-index-url https://storage.openvinotoolkit.org/simple/wheels/nightly -openvino_genai~=2025.0.0.0.dev +openvino_genai~=2025.1.0.0.dev20250214 librosa==0.10.2 # For Whisper pillow==11.0.0 # Image processing for VLMs