From 54da2c5957a0458db0b31a94f739f4b2f7c1cf03 Mon Sep 17 00:00:00 2001 From: Uriah Finkel Date: Wed, 19 Aug 2026 13:49:28 +0300 Subject: [PATCH] Trim unused runtime dependencies --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 575158ac..51175d22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,8 @@ requires-python = ">=3.10" dependencies = [ "plotly<6.0.0,>=5.13.1", "pandas>=2.2.3", - "typing>=3.7.4.3", "polarstate==0.1.8", "smoothstate>=0.1.0", - "marimo>=0.17.0", - "pyarrow>=21.0.0", "statsmodels>=0.14.0", "polars>=1.31.0", "reactable>=0.1.5",