Skip to content

Commit

Permalink
build(deps-dev): bump pytorch-lightning in /runtimes/mlflow (#1720)
Browse files Browse the repository at this point in the history
Bumps [pytorch-lightning](https://github.com/Lightning-AI/lightning) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@2.2.2...2.2.3)

---
updated-dependencies:
- dependency-name: pytorch-lightning
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 29, 2024
1 parent 2d14070 commit 2ec9e28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions runtimes/mlflow/poetry.lock

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

2 changes: 1 addition & 1 deletion runtimes/mlflow/pyproject.toml
Expand Up @@ -16,7 +16,7 @@ pydantic = "<2.0.0"
[tool.poetry.group.dev.dependencies]
mlserver = {path = "../..", develop = true}
torch = "2.2.1"
pytorch-lightning = "2.2.2"
pytorch-lightning = "2.2.3"
torchmetrics = "1.3.2"
torchvision = "0.17.1"
mlflow = "2.12.1"
Expand Down

0 comments on commit 2ec9e28

Please sign in to comment.