From 9b67d7bfd316b20205df0649c851b8cdee813eb4 Mon Sep 17 00:00:00 2001 From: Ruby Date: Sat, 24 Jan 2026 15:56:10 +0000 Subject: [PATCH] plotly --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d4750e8..bf334b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,6 +6,7 @@ readme = "README.md" requires-python = ">=3.12" dependencies = [ "httpx>=0.28.1", + "plotly>=6.5.2", "polars>=1.37.1", "tqdm>=4.67.1", ]