Skip to content

Commit

Permalink
fix(classify-mnist): update dependency lightning to v2.2.1 (#15024)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 7, 2024
1 parent cce0eb7 commit 798d7f6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "3.11.x"
kfp = "2.7.0"
torch = "2.2.1"
torchvision = "0.17.1"
lightning = "2.2.0.post0"
lightning = "2.2.1"

[tool.poetry.group.dev.dependencies]
poethepoet = "0.25.0"
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python = "3.11.x"
mlflow = "2.10.2"
torch = "2.2.1"
torchvision = "0.17.1"
lightning = "2.2.0.post0"
lightning = "2.2.1"
wandb = "0.16.4"

[tool.poetry.group.dev.dependencies]
Expand Down

0 comments on commit 798d7f6

Please sign in to comment.