Skip to content

Commit 61631af

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 52968eb commit 61631af

2 files changed

Lines changed: 2 additions & 2 deletions

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.7.0",

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ torch >=1.11.0
22
numpy >1.20.0, <2.0
33
pandas >=1.1.5
44
scikit-learn >=1.3.0
5-
pytorch-lightning >=2.0.0, <2.5.0
5+
pytorch-lightning >=2.0.0, <2.7.0
66
omegaconf >=2.3.0
77
torchmetrics >=0.10.0, <1.7.0
88
tensorboard >2.2.0, !=2.5.0

0 commit comments

Comments
 (0)