diff --git a/pyproject.toml b/pyproject.toml index a5eeb0a..1ce6877 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ classifiers = [ dependencies = [ "colorama>=0.4.6", "opencv-contrib-python; sys_platform != 'darwin'", - "opencv-contrib-python<=4.7.0; sys_platform == 'darwin'", + "opencv-contrib-python<=4.8.0.74; sys_platform == 'darwin'", "Pillow", "protobuf", "pyzbar",