From d7057e40a9fc66cfb144991b1df77365335337df Mon Sep 17 00:00:00 2001 From: barrierye Date: Mon, 8 Jun 2020 20:13:16 +0800 Subject: [PATCH] update requirements.txt --- python/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 502131e8..4b61fa6a 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -1 +1,3 @@ -numpy>=1.12, <=1.16.4 ; grpcio-tools>=1.28.1 ; grpcio>=1.28.1 ; python_version<"3.5" +numpy>=1.12, <=1.16.4 ; python_version<"3.5" +grpcio-tools>=1.28.1 +grpcio>=1.28.1 -- GitLab