From 369d06af77d23ac97c4ea11534c4fde0ecf7b793 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 21:32:23 +0000 Subject: [PATCH] build(deps): bump wandb from 0.17.4 to 0.19.2 Bumps [wandb](https://github.com/wandb/wandb) from 0.17.4 to 0.19.2. - [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.4...v0.19.2) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index dedafb8..7fe16ea 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ bitsandbytes==0.42.0 accelerate==0.31.0 peft==0.11.1 numpy==1.26.4 -wandb==0.17.4 +wandb==0.19.2 holoviews==1.18.3 panel==1.3.8 tf-keras==2.16.0 diff --git a/setup.py b/setup.py index acb329b..b76462c 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ "accelerate==0.31.0", "peft==0.11.1", "numpy==1.26.4", - "wandb==0.17.4", + "wandb==0.19.2", "holoviews==1.18.3", "panel==1.3.8", "tf-keras==2.16.0",