From 700cfb66d15befd357ce230f512acd8d0fc5cc6b Mon Sep 17 00:00:00 2001 From: Alexander Dokuchaev Date: Fri, 4 Oct 2024 09:40:44 +0300 Subject: [PATCH] AC: set limit numpy to 2.1.0 (#3976) * numpy2 * Update requirements-core.in --- tools/accuracy_checker/requirements-core.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/accuracy_checker/requirements-core.in b/tools/accuracy_checker/requirements-core.in index f1134cade4e..db6593bb628 100644 --- a/tools/accuracy_checker/requirements-core.in +++ b/tools/accuracy_checker/requirements-core.in @@ -1,6 +1,6 @@ # core components defusedxml>=0.7.1 -numpy>=1.16.6,<2.0.0 +numpy>=1.16.6,<2.1.0 openvino-telemetry>=2023.2.1 PyYAML>=5.4.1 pillow>=8.1.2