From 4dcb89f3b3a3a31b124586241bc75d388f296491 Mon Sep 17 00:00:00 2001 From: Taekyung Heo <7621438+TaekyungHeo@users.noreply.github.com> Date: Mon, 7 Oct 2024 13:30:33 -0400 Subject: [PATCH] Update protobuf to 5.* --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82440e8e..0833e896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ license = {file = "LICENSE.md"} authors = [ {name = "MLCommons", email = "chakra@mlcommons.org"}, ] -dependencies = ["protobuf==4.*", "graphviz", "networkx", "pydot"] +dependencies = ["protobuf==5.*", "graphviz", "networkx", "pydot"] [project.urls] Homepage = "https://github.com/mlcommons/chakra"