From 1ee2c56a0f557de3b2ba0bb25432487f0c4c50b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 19 Apr 2023 17:43:29 +0530 Subject: [PATCH] Update wandb requirement from <0.13.11,>=0.12 to >=0.12,<0.14.3 (#547) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Akshita Bhagia --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 322b57352..14cdb3654 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ dev = [ "wheel", "build", "Sphinx==5.3.0", - "furo==2022.12.7", + "furo==2023.3.27", "myst-parser==1.0.0", "sphinx-copybutton==0.5.2", "sphinx-autobuild==2021.3.14", @@ -95,7 +95,7 @@ flax = [ "tensorflow-cpu>=2.9.1" ] wandb = [ - "wandb>=0.12,<0.13.11", + "wandb>=0.12,<0.14.3", "retry" ] beaker = [