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 18, 2023
1 parent 4c858b6 commit ee90e64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.24 # strict - freeze for using np.long
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.1.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

0 comments on commit ee90e64

Please sign in to comment.