From c96c972b7bd892e655727832a18ebdef5045fdea Mon Sep 17 00:00:00 2001 From: Sir-Zeeshan <93948283+Sir-Zeeshan@users.noreply.github.com> Date: Tue, 7 Dec 2021 16:47:11 +0500 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1c7f6ef..dd7e9da 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ requirements = [ "numpy", - "opencv-python==3.4.1.15", + "opencv-python", "configparser", "napari", "affine6p",