From 11fa3c9a11dac62981e28124abc15705b5604258 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:25:35 +0000 Subject: [PATCH] Update plotly requirement from <5.25.0,>=5.13.0 to >=5.13.0,<6.1.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/master/CHANGELOG.md) - [Commits](https://github.com/plotly/plotly.py/compare/v5.13.0...v6.0.0) --- updated-dependencies: - dependency-name: plotly 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..c790b7e7 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.1.0 kaleido >=0.2.0, <0.3.0 captum >=0.5.0, <0.8.0