Skip to content

Commit ba58378

Browse files
authored
Bump opencv-python to 4.6.0.66 to fix Python 3.11 installation (#4030)
1 parent 8e996db commit ba58378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/accuracy_checker/requirements-extra.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
tqdm>=4.54.1
33

44
# image reading and preprocessing
5-
opencv-python==4.5.4.60;python_version<"3.12"
5+
opencv-python==4.6.0.66;python_version<"3.12"
66
opencv-python==4.10.0.84;python_version>="3.12"
77
# nncf's upperbound: https://github.com/openvinotoolkit/nncf/blob/1de67217adf60a29afa310edf4a5f4d36314446a/setup.py#L104
88
networkx<3.6

0 commit comments

Comments
 (0)