Skip to content

Commit

Permalink
Update wandb requirement from <0.13.11,>=0.12 to >=0.12,<0.14.3 (#547)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Akshita Bhagia <[email protected]>
  • Loading branch information
dependabot[bot] and AkshitaB authored Apr 19, 2023
1 parent fcf1010 commit 1ee2c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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 = [
Expand Down

0 comments on commit 1ee2c56

Please sign in to comment.