From 7bcfbf93ff7c71c0cb3060c0d4c67a39adcaa559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 3 May 2026 11:22:01 +0000 Subject: [PATCH] Update wandb requirement from >=0.17.5 to >=0.26.1 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.17.5...v0.26.1) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.26.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml old mode 100755 new mode 100644 index a045abc..9746d16 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "tqdm>=4.66.1", "watermark>=2.4.3", "missingno>=0.5.2", - "wandb>=0.17.5", + "wandb>=0.26.1", ] [project.optional-dependencies]