From d7bf351edd279748c3e0e130a950f8a913eeb96f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 02:06:14 +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/main/CHANGELOG.md) - [Commits](https://github.com/wandb/wandb/compare/v0.8.21...v0.13.9) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/loggers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/loggers.txt b/requirements/loggers.txt index 425950f7ec9bf..793d2b858fd89 100644 --- a/requirements/loggers.txt +++ b/requirements/loggers.txt @@ -4,4 +4,4 @@ neptune-client>=0.10.0, <0.16.3 comet-ml>=3.1.12, <=3.28.2 mlflow>=1.0.0, <1.27.0 test_tube>=0.7.5, <=0.7.5 -wandb>=0.8.21, <=0.12.11 +wandb>=0.8.21, <0.13.10