Skip to content

Commit 9ad28ae

Browse files
Update torchmetrics requirement from <1.7.2,>=1.0 to >=1.0,<1.7.3 (#3871)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8753c74 commit 9ad28ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def package_files(prefix: str, directory: str, extension: str):
7777
install_requires = [
7878
'pyyaml>=6.0,<7',
7979
'tqdm>=4.62.3,<5',
80-
'torchmetrics>=1.0,<1.7.2',
80+
'torchmetrics>=1.0,<1.7.3',
8181
'torch_optimizer>=0.3.0,<0.4',
8282
'torchvision>=0.21.0,<0.22.1',
8383
'torch>=2.6.0,<2.7.1',

0 commit comments

Comments
 (0)