From a3722a7f979ec6c96bf693922fd647f485e27ea2 Mon Sep 17 00:00:00 2001 From: Lukas Weber Date: Fri, 21 Aug 2026 15:52:15 +0200 Subject: [PATCH] force opencv-python smaller 5 as it breaks the stitching module --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 611fda7..fa9c6df 100644 --- a/setup.cfg +++ b/setup.cfg @@ -18,7 +18,7 @@ project_urls = [options] packages = find: install_requires = - opencv-python>=4.0.1 + opencv-python>=4.0.1,<5 largestinteriorrectangle include_package_data = True zip_safe = False