From ba2f87bffb291e58e955620d370fe83c81828b67 Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Fri, 12 Dec 2025 00:17:20 +0100 Subject: [PATCH] Bump opencv-python to 4.6.0.66 to fix Python 3.11 installation --- tools/accuracy_checker/requirements-extra.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/accuracy_checker/requirements-extra.in b/tools/accuracy_checker/requirements-extra.in index aec2b12257..93cb275597 100644 --- a/tools/accuracy_checker/requirements-extra.in +++ b/tools/accuracy_checker/requirements-extra.in @@ -2,7 +2,7 @@ tqdm>=4.54.1 # image reading and preprocessing -opencv-python==4.5.4.60;python_version<"3.12" +opencv-python==4.6.0.66;python_version<"3.12" opencv-python==4.10.0.84;python_version>="3.12" # nncf's upperbound: https://github.com/openvinotoolkit/nncf/blob/1de67217adf60a29afa310edf4a5f4d36314446a/setup.py#L104 networkx<3.6