fix(hotfix): Protobuf error workaround

This commit is contained in:
Alexander Engelsberger 2022-06-01 14:14:57 +02:00
parent d16a0de202
commit 054720dd7b

View File

@ -25,6 +25,7 @@ INSTALL_REQUIRES = [
"prototorch>=0.7.3",
"pytorch_lightning>=1.6.0",
"torchmetrics",
"protobuf<3.20.0",
]
CLI = [
"jsonargparse",