From c6b248f49c07c48fd16bad247fef53757f95a050 Mon Sep 17 00:00:00 2001 From: Lewis Bails <32473550+lewisbails@users.noreply.github.com> Date: Wed, 17 Aug 2022 23:52:31 +0100 Subject: [PATCH] Relax requirements on protobuf to allow for minor changes and patches. (#5694) Co-authored-by: Lewis Bails --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f3347f54a1..10754c45a8a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,7 +42,7 @@ rich==12.1 # pyasn1-modules>=0.2.8 # Protobuf is a dependency of wandb and tensorboard, but they are missing this pin. -protobuf==3.20.0 +protobuf>=3.20.0,<4.0.0 # We need this for building the Docker image traitlets>5.1.1