From 0030a67867e53a07bd3778a6fe43f37ddf9190c9 Mon Sep 17 00:00:00 2001 From: Johnathan Bell Date: Thu, 29 Oct 2020 09:21:22 -0400 Subject: [PATCH] Fix version of opencv --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c9096b6..361d3b3 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ 'matplotlib', 'python-dateutil', 'numpy', - 'opencv-python==3.4.5.20', + 'opencv-python>=3.4.5.20,<4', 'confapp', 'natsort' ],