Skip to content

Commit 784f53e

Browse files
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.5.5) --- updated-dependencies: - dependency-name: pytorch-lightning dependency-version: 2.5.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 023db27 commit 784f53e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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