From 70a25d6b0f6b7b77c450c342fd8106fc03312712 Mon Sep 17 00:00:00 2001 From: foefl Date: Thu, 2 Jul 2026 09:53:01 +0200 Subject: [PATCH] add `plotly` for visuals --- pdm.lock | 17 ++++++++++++++++- pyproject.toml | 1 + 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/pdm.lock b/pdm.lock index 3c9fabb..092c9be 100644 --- a/pdm.lock +++ b/pdm.lock @@ -5,7 +5,7 @@ groups = ["default", "data", "dev", "lint", "nb", "tests"] strategy = ["inherit_metadata"] lock_version = "4.5.0" -content_hash = "sha256:c32739e18120fad1a688e3030b22d6e3a8a1d1412f5f16295cab4ea173479591" +content_hash = "sha256:c40e3131cfe0e61c38b4625d1dc24a9df293f34d0860c539be56834c341aec78" [[metadata.targets]] requires_python = ">=3.11" @@ -2168,6 +2168,21 @@ files = [ {file = "platformdirs-4.5.1.tar.gz", hash = "sha256:61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda"}, ] +[[package]] +name = "plotly" +version = "6.8.0" +requires_python = ">=3.8" +summary = "An open-source interactive data visualization library for Python" +groups = ["data"] +dependencies = [ + "narwhals>=1.15.1", + "packaging", +] +files = [ + {file = "plotly-6.8.0-py3-none-any.whl", hash = "sha256:13c5c4a0f70b74cab1913eda0de49b826df5931708eb6f9c3010040614700ec8"}, + {file = "plotly-6.8.0.tar.gz", hash = "sha256:e088e7ddc68d4f70e3d66659224727a45296d71d2b8284181862d3d8f1f0d88f"}, +] + [[package]] name = "pluggy" version = "1.6.0" diff --git a/pyproject.toml b/pyproject.toml index 1ab3c4b..4e04ea5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -154,4 +154,5 @@ data = [ "seaborn>=0.13.2", "altair>=6.0.0", "scipy>=1.17.0", + "plotly>=6.8.0", ]