From 74fd08fa19e2cf7ffe0eaecb3f539f3f737ee002 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Tue, 7 Jan 2025 22:16:50 +0400 Subject: [PATCH] Revert "Update datasets requirement from <3.2.0 to <3.3.0 in /tools/who_what_benchmark" (#1495) Reverts openvinotoolkit/openvino.genai#1491 --- tools/who_what_benchmark/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/who_what_benchmark/requirements.txt b/tools/who_what_benchmark/requirements.txt index ab4192d56c..d4b702de78 100644 --- a/tools/who_what_benchmark/requirements.txt +++ b/tools/who_what_benchmark/requirements.txt @@ -7,4 +7,4 @@ pandas>=2.0.3 numpy>=1.23.5 tqdm>=4.66.1 diffusers -datasets<3.3.0 +datasets<3.2.0