Skip to content

Commit

Permalink
Update opencv-python to version 4.0 (#107)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
Co-authored-by: François Leblanc <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2020
1 parent 2fc63a7 commit 5170964
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
numpy>=1.10
opencv-python>=3, <4
opencv-python>=3, <5
Pillow>5

0 comments on commit 5170964

Please sign in to comment.