Skip to content

Commit

Permalink
Lower min torchmetrics version (#3691)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Oct 29, 2024
1 parent 28756dd commit e33c9e3
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.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',
Expand Down

0 comments on commit e33c9e3

Please sign in to comment.