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

Commit

Permalink
Update torchmetrics requirement in /requirements
Browse files Browse the repository at this point in the history
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] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 19, 2023
1 parent 18ff71e commit 24a2201
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ packaging <24.0
setuptools <=59.5.0 # Prevent install bug with tensorboard
numpy <1.25
torch >1.7.0, <=2.0.1
torchmetrics >0.7.0, <0.11.0 # strict
torchmetrics >0.7.0, <0.12.0 # strict
pytorch-lightning >1.8.0, <2.0.0 # strict
pyDeprecate >0.2.0
pandas >1.1.0, <=1.5.2
Expand Down
2 changes: 1 addition & 1 deletion requirements/datatype_image_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ fastface <=0.1.3 # dead
fairscale

# pinned PL so we force a compatible TM version
torchmetrics<0.8.0
torchmetrics<0.12.0

# effdet had an issue with PL 1.12, and icevision doesn't support effdet's latest version yet (0.3.0)
torch <1.12
2 changes: 1 addition & 1 deletion requirements/testing_serve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ sahi ==0.8.19
torch ==1.10.2
torchaudio ==0.10.2
torchvision ==0.11.3
torchmetrics ==0.10.3
torchmetrics ==0.11.4

0 comments on commit 24a2201

Please sign in to comment.