From 67e33011ef05212c62ef8a06bb14921a2cd5f65f Mon Sep 17 00:00:00 2001 From: Eric-Terminal <121368508+Eric-Terminal@users.noreply.github.com> Date: Fri, 5 Dec 2025 19:22:17 +0800 Subject: [PATCH] chore: add pympler>=1.1 to dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index ec0f40f70..3940d4deb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,6 +43,7 @@ dependencies = [ "pillow>=12.0.0", "pip-check-reqs>=2.5.5", "psutil>=7.0.0", + "pympler>=1.1", "pyarrow>=21.0.0", "pydantic>=2.12.3", "pygments>=2.19.2",