From 445ed8a5dba58b3fd310c424ccc5830ad8c91965 Mon Sep 17 00:00:00 2001 From: shoulinwei Date: Tue, 18 Apr 2023 10:25:55 +0800 Subject: [PATCH] upgrade protobuf --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7a3ca39..a479ff5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ astropy -grpcio==1.28.1 -grpcio_tools==1.28.1 -protobuf==3.9.0 +grpcio==1.53.0 +grpcio_tools==1.53.0 +protobuf==4.22.3 pandas networkx matplotlib -- GitLab