Skip to content

Commit af04a5c

Browse files
Bump lightning from 2.5.2 to 2.5.3
Bumps [lightning](https://github.com/Lightning-AI/lightning) from 2.5.2 to 2.5.3. - [Release notes](https://github.com/Lightning-AI/lightning/releases) - [Commits](Lightning-AI/pytorch-lightning@2.5.2...2.5.3) --- updated-dependencies: - dependency-name: lightning dependency-version: 2.5.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 13025b2 commit af04a5c

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python = "^3.11"
4242
torch = "^2.7.0"
4343
torchvision = "^0.22.0"
4444
torchmetrics = { version = "^1.8.1", optional = true }
45-
lightning = { version = "^2.5.0", optional = true }
45+
lightning = { version = "^2.5.3", optional = true }
4646
line-profiler = { version = "^5.0.0", optional = true }
4747
matplotlib = "^3.10.3"
4848

@@ -56,7 +56,7 @@ detection = ["torchmetrics"]
5656
pycocotools = "^2.0.10"
5757
scikit-image = "^0.25.0"
5858
faster-coco-eval = "^1.6.7"
59-
lightning = "^2.5.0"
59+
lightning = "^2.5.3"
6060
torchmetrics = "^1.8.1"
6161

6262
[tool.poetry.group.dev.dependencies]

0 commit comments

Comments
 (0)