Skip to content

Commit

Permalink
Update torchmetrics requirement from <1.4.1,>=1.0 to >=1.0,<1.5.3 (#3706
Browse files Browse the repository at this point in the history
)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent 8580beb commit 93678e8
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.0,<1.4.1',
'torchmetrics>=1.0,<1.5.3',
'torch_optimizer>=0.3.0,<0.4',
'torchvision>=0.18.0,<0.20.2',
'torch>=2.3.0,<2.5.2',
Expand Down

0 comments on commit 93678e8

Please sign in to comment.