From 485e1230076983081313ff146b1041b328870221 Mon Sep 17 00:00:00 2001 From: Ugo Finnendahl Date: Fri, 3 Mar 2023 17:06:42 +0100 Subject: [PATCH] Update 'setup.py' --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index ba992c1..7e6d8ab 100755 --- a/setup.py +++ b/setup.py @@ -5,9 +5,9 @@ setup( version='0.0.1', packages=find_packages(include=['adaptive_threshold', 'adaptive_threshold.*']), install_requires=[ - 'opencv-python', - 'numpy', - 'docopt', + 'opencv-python==4.6.0.66', + 'numpy==1.24.2', + 'docopt==0.6.2', ], entry_points={ 'console_scripts': ['adaptive_threshold=adaptive_threshold:main']