From 8aeabd9152c3bdd03a784c3c9cd5e76d67c6895c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 11:31:34 +0000 Subject: [PATCH] [MNT] [Dependabot](deps-dev): Update wandb requirement 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.24.0) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.24.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 45ec0b5d..a4570aa3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ ] extra = [ - "wandb>=0.15.0,<0.19.0", + "wandb>=0.15.0,<0.25.0", "plotly>=5.13.0,<5.25.0", "kaleido>=0.2.0,<0.3.0", "captum>=0.5.0,<0.8.0",