From 5bb4c1805b6251fc3a9daaaecb158794cc6db63a Mon Sep 17 00:00:00 2001 From: Q Date: Tue, 21 Dec 2021 22:43:06 +0200 Subject: [PATCH] relax dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index bd41581..6f40f77 100644 --- a/setup.py +++ b/setup.py @@ -22,5 +22,5 @@ setup( "tsmark=tsmark:main", ], }, - install_requires=["opencv-python==4.5.3.56"], + install_requires=["opencv-python>=4.5.0"], )