From 755420fc96d6095d936957e547a712edfb4a91d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 11:43:11 +0000 Subject: [PATCH] Update wandb requirement from <0.19.0,>=0.15.0 to >=0.15.0,<0.22.0 Updates the requirements on [wandb](https://github.com/wandb/wandb) to permit the latest version. - [Release notes](https://github.com/wandb/wandb/releases) - [Changelog](https://github.com/wandb/wandb/blob/main/CHANGELOG.md) - [Commits](https://github.com/wandb/wandb/compare/v0.15.0...v0.21.0) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.21.0 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..03d3d8ea 100644 --- a/requirements/extra.txt +++ b/requirements/extra.txt @@ -1,4 +1,4 @@ -wandb >=0.15.0, <0.19.0 +wandb >=0.15.0, <0.22.0 plotly>=5.13.0, <5.25.0 kaleido >=0.2.0, <0.3.0 captum >=0.5.0, <0.8.0