From e5a978c0aa7a79c43b8c025f8005758e706c4356 Mon Sep 17 00:00:00 2001 From: Rangeet Pan Date: Fri, 7 Nov 2025 10:48:07 -0500 Subject: [PATCH] remove pandas from dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aad4765..a298f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ codeanalyzer-java = "2.3.3" [tool.poetry.dependencies] python = ">=3.11" pydantic = "^2.10.6" -pandas = "^2.2.3" +#pandas = "^2.2.3" networkx = "^3.4.2" pyarrow = "20.0.0" tree-sitter = "0.24.0"