From 0c9877f5c264c0048d0d311d203c4202a29d2ca2 Mon Sep 17 00:00:00 2001 From: Mirko Birbaumer <mirko.birbaumer@hslu.ch> Date: Fri, 16 Sep 2022 16:01:57 +0000 Subject: [PATCH] downgraded protobuf==3.20.0 --- requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9a62ee..1ed0643 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,4 +9,5 @@ vega_datasets==0.8.0 mrcnn==0.2 altair==4.1.0 selenium==3.141.0 -pillow==8.0.0 \ No newline at end of file +pillow==8.0.0 +protobuf==3.20.0 \ No newline at end of file -- GitLab