From f5e537229b57c3435feddd9135b4e31d855e76be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 07:35:05 +0000 Subject: [PATCH] [tune](deps): Bump wandb in /python/requirements/ml Bumps [wandb](https://github.com/wandb/wandb) from 0.13.4 to 0.17.0. - [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.13.4...v0.17.0) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- python/requirements/ml/core-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements/ml/core-requirements.txt b/python/requirements/ml/core-requirements.txt index a1ac56eb4553..1659c963a045 100644 --- a/python/requirements/ml/core-requirements.txt +++ b/python/requirements/ml/core-requirements.txt @@ -1,7 +1,7 @@ # ML tracking integrations comet-ml==3.31.9 mlflow==2.9.2 -wandb==0.13.4 +wandb==0.17.0 # ML training frameworks xgboost==1.7.6