Skip to content

Commit 5980c20

Browse files
[MNT] [Dependabot](deps): Update pytorch-lightning requirement
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@2.0.0...2.6.0) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-version: 2.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 292ca5f commit 5980c20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
"numpy<=3.0.0",
4444
"pandas>=1.1.5,<3.0.0",
4545
"scikit-learn>=1.3.0,<2.0",
46-
"pytorch-lightning>=2.0.0,<2.5.0",
46+
"pytorch-lightning>=2.0.0,<2.7.0",
4747
"scipy>=1.8,<2.0",
4848
"omegaconf>=2.3.0",
4949
"torchmetrics>=0.10.0,<1.9.0",

0 commit comments

Comments
 (0)