From 1fdee24ae46182367617d4c6a59eb4fd3f194ea4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 11:56:43 +0000 Subject: [PATCH] Update plotly requirement from <5.25.0,>=5.13.0 to >=5.13.0,<6.2.0 Updates the requirements on [plotly](https://github.com/plotly/plotly.py) to permit the latest version. - [Release notes](https://github.com/plotly/plotly.py/releases) - [Changelog](https://github.com/plotly/plotly.py/blob/main/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.13.0...v6.1.2) --- updated-dependencies: - dependency-name: plotly dependency-version: 6.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/extra.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/extra.txt b/requirements/extra.txt index 3135779a..12bfbc69 100644 --- a/requirements/extra.txt +++ b/requirements/extra.txt @@ -1,4 +1,4 @@ wandb >=0.15.0, <0.19.0 -plotly>=5.13.0, <5.25.0 +plotly>=5.13.0, <6.2.0 kaleido >=0.2.0, <0.3.0 captum >=0.5.0, <0.8.0