From f0c476ac395a71e448310091b5bbe2e8b57f4e58 Mon Sep 17 00:00:00 2001 From: John Agapiou Date: Tue, 19 Mar 2024 17:04:19 -0700 Subject: [PATCH] Pin opencv version to workaround https://github.com/opencv/opencv-python/issues/777 PiperOrigin-RevId: 617338588 Change-Id: I648485038663fe989d21b194c3d863a2ef2f1a77 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d450f2e..1a282faf 100644 --- a/setup.py +++ b/setup.py @@ -111,7 +111,7 @@ def build_assets(self): 'ml-collections', 'networkx', 'numpy', - 'opencv-python', + 'opencv-python<4.7', 'pandas', 'pygame', 'reactivex',