relax dependency

This commit is contained in:
Q
2021-12-21 22:43:06 +02:00
parent dd968abc31
commit 5bb4c1805b

View File

@@ -22,5 +22,5 @@ setup(
"tsmark=tsmark:main",
],
},
install_requires=["opencv-python==4.5.3.56"],
install_requires=["opencv-python>=4.5.0"],
)