From 6dc587c68215c6134f7355af73af7ed275a0de58 Mon Sep 17 00:00:00 2001 From: Jinsun Yoo Date: Fri, 8 Aug 2025 05:08:20 +0000 Subject: [PATCH] Update protobuf dependency to use most recent version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8fa00717..79b828fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ authors = [ {name = "MLCommons", email = "chakra@mlcommons.org"}, ] dependencies = [ - "protobuf==5.*", + "protobuf", "graphviz", "networkx", "pydot",