diff --git a/requirements.txt b/requirements.txt index 39bb9ff..4dd1f6a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -opencv-python==4.6.0.66 +opencv-python==4.7.0.68 numpy~=1.23.0 \ No newline at end of file diff --git a/setup.py b/setup.py index f98415f..d965e33 100644 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ ], python_requires='>=3.6', install_requires=[ - "opencv-python==4.6.0.66", + "opencv-python==4.7.0.68", ], )