diff --git a/requirements.txt b/requirements.txt index 5a86ab7..0e53b56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -opencv-python==4.11.0.86 +opencv-python==5.0.0.93 largestinteriorrectangle requests diff --git a/setup.cfg b/setup.cfg index fa9c6df..8b01867 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ project_urls = [options] packages = find: install_requires = - opencv-python>=4.0.1,<5 + opencv-python>=4.0.1,<6 largestinteriorrectangle include_package_data = True zip_safe = False