use latest version of opencv also for macos

This commit is contained in:
scito
2024-05-29 22:03:41 +02:00
committed by Roland Kurmann
parent 7069156f54
commit e4d0bb418d
2 changed files with 2 additions and 4 deletions

View File

@@ -40,8 +40,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",
"Pillow",
"protobuf",
"pyzbar",

View File

@@ -1,6 +1,5 @@
colorama>=0.4.6
opencv-contrib-python; sys_platform != 'darwin'
opencv-contrib-python<=4.7.0; sys_platform == 'darwin'
opencv-contrib-python
Pillow
protobuf
pyzbar