From d01fb57e8e71018ca6466353f65e316c62120c9c Mon Sep 17 00:00:00 2001 From: Mihir Patel Date: Tue, 29 Oct 2024 10:17:37 -0400 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 69ccacbdca..2a5b86500b 100644 --- a/setup.py +++ b/setup.py @@ -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.0,<1.4.1', 'torch_optimizer>=0.3.0,<0.4', 'torchvision>=0.18.0,<0.20.1', 'torch>=2.3.0,<2.5.1',