Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Commit 24a2201

Browse files
Update torchmetrics requirement in /requirements
Updates the requirements on [torchmetrics](https://github.com/Lightning-AI/metrics) to permit the latest version. - [Release notes](https://github.com/Lightning-AI/metrics/releases) - [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/master/CHANGELOG.md) - [Commits](https://github.com/Lightning-AI/metrics/commits/v0.11.4) --- updated-dependencies: - dependency-name: torchmetrics dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18ff71e commit 24a2201

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ packaging <24.0
44
setuptools <=59.5.0 # Prevent install bug with tensorboard
55
numpy <1.25
66
torch >1.7.0, <=2.0.1
7-
torchmetrics >0.7.0, <0.11.0 # strict
7+
torchmetrics >0.7.0, <0.12.0 # strict
88
pytorch-lightning >1.8.0, <2.0.0 # strict
99
pyDeprecate >0.2.0
1010
pandas >1.1.0, <=1.5.2

requirements/datatype_image_extras.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ fastface <=0.1.3 # dead
1010
fairscale
1111

1212
# pinned PL so we force a compatible TM version
13-
torchmetrics<0.8.0
13+
torchmetrics<0.12.0
1414

1515
# effdet had an issue with PL 1.12, and icevision doesn't support effdet's latest version yet (0.3.0)
1616
torch <1.12

requirements/testing_serve.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ sahi ==0.8.19
1010
torch ==1.10.2
1111
torchaudio ==0.10.2
1212
torchvision ==0.11.3
13-
torchmetrics ==0.10.3
13+
torchmetrics ==0.11.4

0 commit comments

Comments
 (0)