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.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 2, 2024
1 parent 0417232 commit fc9832f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ category-encoders >=2.6.0, <2.7.0
numpy >=1.17.2
pandas >=1.1.5
scikit-learn >=1.0.0
pytorch-lightning>=1.8.0, <2.0.0
pytorch-lightning>=1.8.0, <3.0.0
omegaconf >=2.1.0
torchmetrics >=0.10.0, <0.12.0
tensorboard >2.2.0, !=2.5.0
Expand Down

0 comments on commit fc9832f

Please sign in to comment.