Skip to content

Commit

Permalink
Update torchmetrics requirement from <1.0,>=0.9 to >=0.9,<2.0
Browse files Browse the repository at this point in the history
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.9.0...v1.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 6, 2023
1 parent ec0c3ca commit 2c2f7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"sacremoses",
"sentencepiece",
"tensorboardx",
"torchmetrics >= 0.9, < 1.0",
"torchmetrics >= 0.9, < 2.0",
"tokenizers >= 0.10, < 0.14",
"tomli",
"torch >= 1.12.0, < 2.1.0",
Expand Down

0 comments on commit 2c2f7ea

Please sign in to comment.