From 525284e9fe17ac6768dfbc6b3352d2f03fb77e24 Mon Sep 17 00:00:00 2001 From: goulustis Date: Wed, 29 Oct 2025 17:02:19 +0800 Subject: [PATCH] add pandas --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 54f9588..ff1c57f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,8 @@ dependencies = [ "matplotlib", "Pillow", "jax", - "commentjson" + "commentjson", + "pandas" ] [tool.setuptools.packages.find]