Skip to content

Commit

Permalink
Update torchmetrics requirement from <1.3.1,>=0.10.0 to >=0.10.0,<1.3…
Browse files Browse the repository at this point in the history
….2 (#3035)

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/master/CHANGELOG.md)
- [Commits](Lightning-AI/torchmetrics@v0.10.0...v1.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 19, 2024
1 parent 0d14a95 commit 6f547d0
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 @@ -76,7 +76,7 @@ def package_files(prefix: str, directory: str, extension: str):
install_requires = [
'pyyaml>=6.0,<7',
'tqdm>=4.62.3,<5',
'torchmetrics>=0.10.0,<1.3.1',
'torchmetrics>=0.10.0,<1.3.2',
'torch_optimizer>=0.3.0,<0.4',
'torchvision>=0.13.1,<0.20', # TODO: Tighten before release
'torch>=2.0.1,<2.3.1', # TODO: Tighten before release
Expand Down

0 comments on commit 6f547d0

Please sign in to comment.