From 5170964faeccc110199f34b7aac11d1917b424bb Mon Sep 17 00:00:00 2001 From: Ryan Boehning <1250684+ryboe@users.noreply.github.com> Date: Wed, 21 Oct 2020 13:18:06 -0700 Subject: [PATCH] Update opencv-python to version 4.0 (#107) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Update opencv-python to version 4.0 Resolve #106. People are currently unable to use `autocrop` and recent versions of `opencv-python` in the same project. This should resolve that. * relax requirements to also be able to use OpenCV3 Co-authored-by: Ryan Boehning Co-authored-by: François Leblanc --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 08462d2..6f20fbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ numpy>=1.10 -opencv-python>=3, <4 +opencv-python>=3, <5 Pillow>5