Skip to content

Commit 3d931e2

Browse files
chore(deps): bump torchmetrics from 0.10.0 to 0.11.0 (#30)
Bumps [torchmetrics](https://github.com/Lightning-AI/metrics) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/Lightning-AI/metrics/releases) - [Changelog](https://github.com/Lightning-AI/metrics/blob/master/CHANGELOG.md) - [Commits](Lightning-AI/torchmetrics@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 183a5e9 commit 3d931e2

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tables = {version = "^3.6.0", optional = true}
2727
albumentations = {version = "^1.0.0", optional = true}
2828
requests = {version = "^2.28.0", optional = true}
2929
geojson = {version = "^2.5.0", optional = true}
30-
torchmetrics = {version = "^0.10.0", optional = true}
30+
torchmetrics = {version = ">=0.10,<0.12", optional = true}
3131

3232
[tool.poetry.extras]
3333
all = [

0 commit comments

Comments
 (0)