From 56b2420a38b15af68132f14f02921609f38a5681 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Jul 2023 05:25:29 +0000 Subject: [PATCH] Update wandb requirement from <0.14.3,>=0.12 to >=0.12,<0.15.6 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.12.0...v0.15.5) --- updated-dependencies: - dependency-name: wandb dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5548dfd91..c9b63c470 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ flax = [ "tensorflow-cpu>=2.9.1" ] wandb = [ - "wandb>=0.12,<0.14.3", + "wandb>=0.12,<0.15.6", "retry" ] beaker = [