Skip to content

Commit

Permalink
Update pytorch-lightning requirement
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.8.0...2.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 13, 2023
1 parent 264d962 commit 28fdc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies = [
"jsonlines",
"loguru",
"pydantic",
"pytorch-lightning >= 1.8.0, < 2.1.0",
"pytorch-lightning >= 1.8.0, < 2.2.0",
"rich",
"sacrebleu",
"sacremoses",
Expand Down

0 comments on commit 28fdc8a

Please sign in to comment.