Skip to content

Commit e8148b5

Browse files
committed
Upgrade wandb to >= 0.16 because the old version pulled in pathtools
which is incompatible with Python 3.13
1 parent 9505b06 commit e8148b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ sphinxcontrib-bibtex = "*"
122122
sphinxcontrib-spelling = "^8.0.0"
123123
types-requests = "^2.31.0.20240311"
124124
types-tabulate = "^0.9.0.20240106"
125-
wandb = "^0.12.0"
125+
wandb = ">=0.16.0"
126126

127127
[tool.mypy]
128128
allow_redefinition = true

0 commit comments

Comments
 (0)