Skip to content

Commit

Permalink
Bump wandb for python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
danbraunai-apollo committed Feb 8, 2024
1 parent 727b5e5 commit 69838b8
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 @@ -8,7 +8,7 @@ dependencies = [
"torch~=2.2.0",
"torchvision~=0.17.0",
"pydantic~=2.0",
"wandb~=0.15.4",
"wandb~=0.16.2",
"fire~=0.5.0",
"tqdm~=4.65.0",
"pytest~=8.0.0",
Expand Down Expand Up @@ -78,4 +78,4 @@ reportUnnecessaryContains = true
reportUnusedExpression = true
reportMatchNotExhaustive = true
reportShadowedImports = true
reportPrivateImportUsage = false
reportPrivateImportUsage = false

0 comments on commit 69838b8

Please sign in to comment.