From 56fc97d2c90d68dd78a028ed4055e124b3221435 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:34:01 +0000 Subject: [PATCH] Update wandb requirement from >=0.16.0 to >=0.25.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.16.0...v0.25.1) --- updated-dependencies: - dependency-name: wandb dependency-version: 0.25.1 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 6076feb..fd7fd5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ train = [ "trl>=0.8.0", "peft>=0.10.0", "deepspeed>=0.14.0", - "wandb>=0.16.0", + "wandb>=0.25.1", "swanlab>=0.3.0", ] dev = ["pytest>=8.0", "ruff>=0.3.0"]