From 77e38fb5a5672929c9b84d93c1a6c75c3a25bff7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2025 08:08:14 +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..0c707a53c3 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.dev20250221 librosa==0.10.2 # For Whisper pillow==11.0.0 # Image processing for VLMs