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",