Skip to content

Commit 1ee2c56

Browse files
Update wandb requirement from <0.13.11,>=0.12 to >=0.12,<0.14.3 (#547)
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]>
1 parent fcf1010 commit 1ee2c56

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ dev = [
5757
"wheel",
5858
"build",
5959
"Sphinx==5.3.0",
60-
"furo==2022.12.7",
60+
"furo==2023.3.27",
6161
"myst-parser==1.0.0",
6262
"sphinx-copybutton==0.5.2",
6363
"sphinx-autobuild==2021.3.14",
@@ -95,7 +95,7 @@ flax = [
9595
"tensorflow-cpu>=2.9.1"
9696
]
9797
wandb = [
98-
"wandb>=0.12,<0.13.11",
98+
"wandb>=0.12,<0.14.3",
9999
"retry"
100100
]
101101
beaker = [

0 commit comments

Comments
 (0)