From 5f2bf2f8f421e3393d292269000f640c6b80d976 Mon Sep 17 00:00:00 2001 From: Eric-Terminal <121368508+Eric-Terminal@users.noreply.github.com> Date: Fri, 5 Dec 2025 19:01:54 +0800 Subject: [PATCH] chore: add objgraph>=3.6.2 to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index be298b743..ec0f40f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,6 +32,7 @@ dependencies = [ "lxml>=6.0.0", "matplotlib>=3.10.3", "networkx>=3.4.2", + "objgraph>=3.6.2", "orjson>=3.10", "numpy>=2.2.6", "openai>=2.5.0",