From 4151489f966bdd72cb957024a2f5012e051a1f2f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 11:02:06 +0000 Subject: [PATCH] Update wandb requirement from <0.19.0,>=0.15.0 to >=0.15.0,<0.23.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.22.1) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.22.1 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..8315d91b 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.23.0 plotly>=5.13.0, <5.25.0 kaleido >=0.2.0, <0.3.0 captum >=0.5.0, <0.8.0