From 98c3e71dd21b211cf2f21414829279b5bc9897e5 Mon Sep 17 00:00:00 2001 From: Jiawei Wang Date: Tue, 11 Aug 2020 23:40:11 +0800 Subject: [PATCH] Update requirements.txt --- python/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/python/requirements.txt b/python/requirements.txt index 697b24fd..d3c7b189 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1,5 +1,6 @@ numpy>=1.12, <=1.16.4 ; python_version<"3.5" google>=2.0.3 +opencv-python==4.2.0.32 protobuf>=3.12.2 grpcio-tools>=1.28.1 grpcio>=1.28.1 -- GitLab