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',