diff --git a/tools/accuracy_checker/requirements-extra.in b/tools/accuracy_checker/requirements-extra.in index e8fb2e445c..13c62244fb 100644 --- a/tools/accuracy_checker/requirements-extra.in +++ b/tools/accuracy_checker/requirements-extra.in @@ -2,12 +2,10 @@ tqdm>=4.54.1 # image reading and preprocessing -opencv-python==4.6.0.66;python_version<"3.12" -opencv-python==4.10.0.84;python_version>="3.12" +opencv-python==4.10.0.84 # nncf's upperbound: https://github.com/openvinotoolkit/nncf/blob/1de67217adf60a29afa310edf4a5f4d36314446a/setup.py#L104 networkx<3.6 -scikit-image==0.18.3;python_version<"3.12" -scikit-image==0.25.2;python_version>="3.12" +scikit-image==0.25.2 imagecodecs~=2022.2.22;python_version<="3.10" imagecodecs~=2025.3.30;python_version>="3.11" @@ -55,5 +53,4 @@ pandas>=1.1.5,<3.1 inflect>=7.3.0 # visualization -matplotlib==3.8.4;python_version<"3.12" -matplotlib==3.9.3;python_version>="3.12" +matplotlib==3.9.3