From dcf0710ec0a580df6d1bd2295781d78f3cfecf6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 11:32:57 +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.26.0) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.26.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 3dd8a037..dee23e5b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ dev = [ ] extra = [ - "wandb>=0.15.0,<0.26.0", + "wandb>=0.15.0,<0.27.0", "plotly>=5.13.0,<6.6.0", "kaleido>=0.2.0,<0.3.0", "captum>=0.5.0,<0.8.0",