Skip to content

Commit dcd0863

Browse files
committed
Upgrade dependency to torchmetrics == 1.0.1 (#205)
1 parent 0fa020d commit dcd0863

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies = [
1515
"torchvision ~= 0.15.2",
1616
"lightning[extra] ~= 2.0.5", # Full functionality including TensorboardX.
1717
"pydantic == 1.10.11", # https://github.com/Lightning-AI/lightning/pull/18022/files
18-
"torchmetrics == 1.0.0",
18+
"torchmetrics == 1.0.1",
1919
"numpy == 1.23.5", # https://github.com/pytorch/pytorch/issues/91516
2020

2121
# --------- hydra --------- #

0 commit comments

Comments
 (0)