diff --git a/setup.py b/setup.py index 0fc6c7d..27e3c5d 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ python_requires=">=3.7.0", install_requires=[ "numpy==1.18.5", - "opencv-python==4.2.0.34", + "opencv-python==4.8.1.78", "argparse-path @ git+ssh://git@github.com/Synthesis-AI-Dev/argparse-path#egg=argparse-path-0.1", ], include_package_data=True,