From fd5e59fca41a341ba0d119ad1c87a76ac509e3d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Sep 2022 01:45:47 +0000 Subject: [PATCH] Update wandb requirement in /requirements 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/master/CHANGELOG.md) - [Commits](https://github.com/wandb/wandb/compare/v0.10.22...v0.13.3) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/loggers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/loggers.txt b/requirements/pytorch/loggers.txt index f3a5dcfd5a39d..b056e1d7f12ff 100644 --- a/requirements/pytorch/loggers.txt +++ b/requirements/pytorch/loggers.txt @@ -6,4 +6,4 @@ neptune-client>=0.10.0, <0.16.8 comet-ml>=3.1.12, <3.31.8 mlflow>=1.0.0, <1.29.0 -wandb>=0.10.22, <0.13.2 +wandb>=0.10.22, <0.13.4