From f110101384b034a8f28166a42354d5075ca88221 Mon Sep 17 00:00:00 2001 From: Sylvester Kaczmarek <16242628+sylvesterkaczmarek@users.noreply.github.com> Date: Sun, 13 Sep 2026 13:45:15 +0100 Subject: [PATCH] Relax protobuf development requirement --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 218abf26..ffbef561 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ numpy==2.3.2; python_version >= '3.11' numpy==2.2.6; python_version == '3.10' numpy==2.0.2; python_version == '3.9' pillow==11.3.0 -protobuf==3.19.4 +protobuf>=3.19.4 pyopengl==3.1.10 pyparsing==3.2.3 pytest==8.4.1