diff --git a/setup.py b/setup.py index c4204b8..4faad04 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ packages=['barcode_reader'], install_requires=[ 'numpy==1.21.2', - 'opencv-python==4.5.3.56' + 'opencv-python==4.8.1.78' ], zip_safe=False )