Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update torchmetrics requirement from <1.3,>=0.7 to >=1.0,<1.5 #329

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 19, 2024

Updates the requirements on torchmetrics to permit the latest version.

Release notes

Sourced from torchmetrics's releases.

Minor dependency correction

Full Changelog: Lightning-AI/torchmetrics@v1.4.0...v1.4.0.post0

Commits
  • 3f11239 correction release 1.4.0.post
  • dd5b67e build(deps): update matplotlib requirement from <3.8.0,>=3.3.0 to >=3.3.0,<3....
  • 8deefe0 build(deps): update regex requirement from <=2024.4.16,>=2021.9.24 to >=2021....
  • 5d707c0 build(deps): bump pytest-xdist from 3.5.0 to 3.6.1 in /requirements (#2537)
  • 68f21b7 build(deps): update numpy requirement from <1.25.0 to <1.27.0 in /requirement...
  • 1e54cdd build(deps): update scikit-image requirement from ~=0.21 to ~=0.22 in /requir...
  • 71c088f build(deps): bump coverage from 7.5.0 to 7.5.1 in /requirements (#2529)
  • e5a00a2 build(deps): update pytorch-lightning requirement from <2.0.0,>=1.9.0 to >=1....
  • df45079 ci/test: patch unstable test_bleu_score_functional (#2533)
  • d44b729 req: move pretty-errors and option for debug extras (#2527)
  • 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)

@dependabot dependabot bot added the ci/cd label Jul 19, 2024
@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch 3 times, most recently from 6169370 to 1fe8dad Compare July 20, 2024 11:22
@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch from 1fe8dad to 3bae766 Compare July 22, 2024 21:38
@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch from 3bae766 to d3183dc Compare July 22, 2024 23:10
@mergify mergify bot removed the has conflicts label Jul 22, 2024
@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch from d3183dc to c486c08 Compare July 23, 2024 08:07
@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch from c486c08 to e173ba9 Compare July 23, 2024 08:08
@mergify mergify bot removed the has conflicts label Jul 23, 2024
@Borda
Copy link
Member

Borda commented Jul 23, 2024

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 23, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch 2 times, most recently from 8f55736 to 0b12541 Compare July 23, 2024 15:26
@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch from 0b12541 to f644c94 Compare July 23, 2024 20:59
@mergify mergify bot removed the has conflicts label Jul 23, 2024
@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch from f644c94 to 42768b6 Compare July 23, 2024 22:02
@Borda
Copy link
Member

Borda commented Jul 24, 2024

seem some API need to be updated

@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch from 42768b6 to 2e36b14 Compare July 26, 2024 06:21
@mergify mergify bot removed the has conflicts label Jul 26, 2024
@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch from 2e36b14 to d8acb19 Compare July 26, 2024 06:22
@Borda Borda enabled auto-merge (squash) July 26, 2024 06:23
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.7.0...v1.4.0.post0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch from d8acb19 to 21e8765 Compare July 26, 2024 06:26
@Borda Borda disabled auto-merge July 26, 2024 07:07
@Borda Borda changed the title build(deps): update torchmetrics requirement from <1.3,>=0.7 to >=0.7,<1.5 build(deps): update torchmetrics requirement from <1.3,>=0.7 to >=1.0,<1.5 Jul 26, 2024
@Borda Borda merged commit 6d2fad6 into main Jul 26, 2024
33 of 35 checks passed
@Borda Borda deleted the dependabot-pip-torchmetrics-gte-0.7-and-lt-1.5 branch July 26, 2024 07:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant