From 3ed128b2f42032580b543a2d59571f71e8aba9a6 Mon Sep 17 00:00:00 2001 From: barrierye Date: Thu, 13 Aug 2020 11:31:19 +0800 Subject: [PATCH] fixed opencv version --- python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/requirements.txt b/python/requirements.txt index 697b24fd..19d18053 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,4 +1,5 @@ numpy>=1.12, <=1.16.4 ; python_version<"3.5" +opencv-python==4.2.0.32 google>=2.0.3 protobuf>=3.12.2 grpcio-tools>=1.28.1 -- GitLab