Skip to content

Commit

Permalink
Update torchmetrics requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [torchmetrics](https://github.com/Lightning-AI/torchmetrics) to permit the latest version.
- [Release notes](https://github.com/Lightning-AI/torchmetrics/releases)
- [Changelog](https://github.com/Lightning-AI/torchmetrics/blob/v1.4.2/CHANGELOG.md)
- [Commits](Lightning-AI/torchmetrics@v1.4.0.post0...v1.4.2)

---
updated-dependencies:
- dependency-name: torchmetrics
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent fea4a88 commit b063d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def package_files(prefix: str, directory: str, extension: str):
install_requires = [
'pyyaml>=6.0,<7',
'tqdm>=4.62.3,<5',
'torchmetrics>=1.4.0.post0,<1.4.1',
'torchmetrics>=1.4.0.post0,<1.4.3',
'torch_optimizer>=0.3.0,<0.4',
'torchvision>=0.14.0,<0.19.2',
'torch>=2.2.0,<2.4.2',
Expand Down

0 comments on commit b063d01

Please sign in to comment.