Skip to content
This repository was archived by the owner on Aug 4, 2025. It is now read-only.

build(deps): update torchmetrics requirement from <1.5.0,>=0.8.0 to >=0.8.0,<1.8.0#269

Draft
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-pip-torchmetrics-gte-0.8.0-and-lt-1.8.0
Draft

build(deps): update torchmetrics requirement from <1.5.0,>=0.8.0 to >=0.8.0,<1.8.0#269
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot-pip-torchmetrics-gte-0.8.0-and-lt-1.8.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 21, 2025

Copy link
Copy Markdown
Contributor

Updates the requirements on torchmetrics to permit the latest version.

Release notes

Sourced from torchmetrics's releases.

Minor patch release

[1.7.4] - 2025-07-04

Changed

  • Improved numerical stability of pearson's correlation coefficient (#3152)

Fixed

  • Fixed: Ignore zero and negative predictions in retrieval metrics (#3160)
  • Fixed SSIM dist_reduce_fx when reduction=None for distributed training (#3162, #3166)
  • Fixed attribute error (#3154)
  • Fixed incorrect shape in _pearson_corrcoef_update (#3168)

Key Contributors

@​AymenKallala, @​gratus907, @​Isalia20, @​rittik9

If we forgot someone due to not matching commit email with GitHub account, let us know :]


Full Changelog: Lightning-AI/torchmetrics@v1.7.3...v1.7.4

Changelog

Sourced from torchmetrics's changelog.

[1.7.4] - 2025-07-03

Changed

  • Improved numerical stability of pearson's correlation coefficient (#3152)

Fixed

  • Fixed: Ignore zero and negative predictions in retrieval metrics (#3160)
  • Fixed SSIM dist_reduce_fx when reduction=None for distributed training ( #3162, #3166)
  • Fixed attribute error (#3154)
  • Fixed incorrect shape in _pearson_corrcoef_update (#3168)

[1.7.3] - 2025-06-13

Fixed

  • Fixed: Ensure WrapperMetric Resets wrapped_metric State (#3123)
  • Fixed top_k in multiclass_accuracy (#3117)
  • Fixed compatibility to COCO format for pycocotools 2.0.10 (#3131)

[1.7.2] - 2025-05-27

Changed

  • Enhance: improve performance of _rank_data (#3103)

Fixed

  • Fixed UnboundLocalError in MatthewsCorrCoef (#3059)
  • Fixed MIFID incorrectly converts inputs to byte dtype with custom encoders (#3064)
  • Fixed ignore_index in MultilabelExactMatch (#3085)
  • Fixed: disable non-blocking on MPS (#3101)

[1.7.1] - 2025-04-06

Changed

  • Enhance Support Adding a MetricCollection to Another MetricCollection in add_metrics Function (#3032)

Fixed

  • Fixed absent class MeanIOU (#2892)
  • Fixed detection IoU ignores predictions without ground truth (#3025)
  • Fixed error raised in MulticlassAccuracy when top_k>1 (#3039)

... (truncated)

Commits
  • 986eb90 releasing 1.7.4
  • 4aa389d fix: MSSSIM and SSIM dist_reduce_fx when reduction=None for distributed t...
  • 820c20b Fix: fix incorrect shape in _pearson_corrcoef_update (#3168)
  • 864d0e7 ci/gpu: increase docker memory
  • c0c3a9f Fix: SSIM dist_reduce_fx when reduction=None for distributed training (#3...
  • a3749de build(deps): update transformers requirement from <4.50.0,>4.4.0 to >4.4.0,<4...
  • 4bc8f5b fix: ignore zero and negative predictions in retrieval metrics (#3160)
  • 69269a2 ci: force pip install with --upgrade-strategy=eager (#3161)
  • 2ff5964 build(deps): bump pytest-cov from 6.1.1 to 6.2.1 in /requirements (#3156)
  • 1ab61e8 build(deps): update ipython requirement from <9.0,>8.0 to >8.0,<10.0 in /requ...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [torchmetrics](https://github.com/Lightning-AI/torchmetrics) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/torchmetrics/releases)
- [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md)
- [Commits](Lightning-AI/torchmetrics@v0.8.0...v1.7.4)

---
updated-dependencies:
- dependency-name: torchmetrics
  dependency-version: 1.7.4
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2025

Copy link
Copy Markdown
Contributor Author

Reviewers

The following teams could not be added as reviewers: core-lightning. Either the team does not exist or it does not have the correct permissions to be added as a reviewer.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot @github

dependabot Bot commented on behalf of github Jul 21, 2025

Copy link
Copy Markdown
Contributor Author

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot dependabot Bot requested review from Borda and lantiga as code owners July 21, 2025 12:55
@Borda Borda marked this pull request as draft July 23, 2025 09:28
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants