From adb1cea5b6cea9bbacb4648c90fe3098121db559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:56:57 +0100 Subject: [PATCH] Update wandb requirement from <0.16.0 to <0.17.0 (#61) 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.6.26rc1...v0.16.0) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5db9156..cd49d45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ torchvision <=0.16.0 jsonargparse[signatures] -wandb <0.16.0 +wandb <0.17.0 gradio <=3.45.2 pyyaml <=6.0.1 protobuf <4.25.0 # 4.21 breaks with wandb, tensorboard, or pytorch-lightning: https://github.com/protocolbuffers/protobuf/issues/10048