Skip to content

Commit fceb97c

Browse files
Bump torchmetrics from 1.7.2 to 1.7.3
Bumps [torchmetrics](https://github.com/Lightning-AI/torchmetrics) from 1.7.2 to 1.7.3. - [Release notes](https://github.com/Lightning-AI/torchmetrics/releases) - [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md) - [Commits](Lightning-AI/torchmetrics@v1.7.2...v1.7.3) --- updated-dependencies: - dependency-name: torchmetrics dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d77658d commit fceb97c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

poetry.lock

Lines changed: 8 additions & 8 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
@@ -41,7 +41,7 @@ classifiers = [
4141
python = "^3.11"
4242
torch = "^2.7.0"
4343
torchvision = "^0.22.0"
44-
torchmetrics = { version = "^1.7.2", optional = true }
44+
torchmetrics = { version = "^1.7.3", optional = true }
4545
lightning = { version = "^2.5.0", optional = true }
4646
line-profiler = { version = "^4.2.0", optional = true }
4747

@@ -56,7 +56,7 @@ pycocotools = "^2.0.8"
5656
scikit-image = "^0.25.0"
5757
faster-coco-eval = "^1.6.6"
5858
lightning = "^2.5.0"
59-
torchmetrics = "^1.7.2"
59+
torchmetrics = "^1.7.3"
6060
line-profiler = "^4.2.0"
6161

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

0 commit comments

Comments
 (0)