Skip to content

Commit

Permalink
Update pytorch-lightning requirement in /e2e/pytorch-lightning (#2751)
Browse files Browse the repository at this point in the history
Updates the requirements on [pytorch-lightning](https://github.com/Lightning-AI/lightning) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/lightning/releases)
- [Commits](Lightning-AI/pytorch-lightning@1.6.0...2.1.3)

---
updated-dependencies:
- dependency-name: pytorch-lightning
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Taner Topal <[email protected]>
  • Loading branch information
dependabot[bot] and tanertopal authored Feb 1, 2024
1 parent 938e3af commit 5925716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/pytorch-lightning/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ authors = ["The Flower Authors <[email protected]>"]
[tool.poetry.dependencies]
python = "^3.8"
flwr = { path = "../../", develop = true, extras = ["simulation"] }
pytorch-lightning = "1.6.0"
pytorch-lightning = "2.1.3"
torchvision = "0.14.1"

0 comments on commit 5925716

Please sign in to comment.