From 3e858633b283767f038b4cab910a95e40fe8577b Mon Sep 17 00:00:00 2001 From: Glenn Jocher Date: Wed, 27 Jul 2022 17:27:44 +0200 Subject: [PATCH] Revert protobuf<=3.20.1 (#8742) Resolve #8012 (again) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index de3239cbdd42..6313cecee578 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ scipy>=1.4.1 torch>=1.7.0 torchvision>=0.8.1 tqdm>=4.64.0 -protobuf<4.21.3 # https://github.com/ultralytics/yolov5/issues/8012 +protobuf<=3.20.1 # https://github.com/ultralytics/yolov5/issues/8012 # Logging ------------------------------------- tensorboard>=2.4.1