From 814a46ea4a34a0419a539209553065f08a8ab283 Mon Sep 17 00:00:00 2001 From: Ugo Finnendahl Date: Fri, 3 Mar 2023 16:32:24 +0100 Subject: [PATCH] Update 'setup.py' --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 549ed38..ba992c1 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( version='0.0.1', packages=find_packages(include=['adaptive_threshold', 'adaptive_threshold.*']), install_requires=[ - 'python-opencv', + 'opencv-python', 'numpy', 'docopt', ],