From 4a8a6d074dfe7b55895ed3948edcadd78d9f6c42 Mon Sep 17 00:00:00 2001 From: Uriah Finkel Date: Wed, 19 Aug 2026 19:17:41 +0300 Subject: [PATCH] Remove pandas as direct runtime dependency --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6eb96143..a1046ae9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,6 @@ license = {text = "MIT"} requires-python = ">=3.10" dependencies = [ "plotly<6.0.0,>=5.13.1", - "pandas>=2.2.3", "polarstate==0.1.8", "smoothstate>=0.1.1", "polars>=1.31.0",