From 263c9d067b7aa64064d79fac254bce939485bcd3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 04:51:03 +0000 Subject: [PATCH] fix(deps): update dependency plotly to v6 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 06c517b..c60352c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ gudhi = "^3.10.1" keras = "^3.4.1" matplotlib = "^3.9.0" numpy = "^2.0.0" -plotly = "^5.22.0" +plotly = "^6.0.0" scikit-learn = "^1.5.1" tqdm = "^4.66.4"