From 054720dd7b62a5814846f7c3f8eb1c5a5ae1b8a1 Mon Sep 17 00:00:00 2001 From: Alexander Engelsberger Date: Wed, 1 Jun 2022 14:14:57 +0200 Subject: [PATCH] fix(hotfix): Protobuf error workaround --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index d9af448..b959a18 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,7 @@ INSTALL_REQUIRES = [ "prototorch>=0.7.3", "pytorch_lightning>=1.6.0", "torchmetrics", + "protobuf<3.20.0", ] CLI = [ "jsonargparse",