From 7e7581e891dbafbf61f9a1ee6187b16e601a38d1 Mon Sep 17 00:00:00 2001 From: alanchen <40684202+chenliang15405@users.noreply.github.com> Date: Tue, 20 May 2025 19:24:27 +0800 Subject: [PATCH] chore: upgrade pandas version (#2705) --- packages/dbgpt-core/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/dbgpt-core/pyproject.toml b/packages/dbgpt-core/pyproject.toml index 1d0645737..b1643840e 100644 --- a/packages/dbgpt-core/pyproject.toml +++ b/packages/dbgpt-core/pyproject.toml @@ -48,7 +48,7 @@ cli = [ ] agent = [ "termcolor", - "pandas==2.0.3", + "pandas==2.2.3", # numpy should less than 2.0.0 "numpy>=1.21.0,<2.0.0", "auto-gpt-plugin-template>=0.0.3",