Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Jan 22, 2024
1 parent 2fb4519 commit 1ea8939
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 @@ -76,7 +76,7 @@ def package_files(prefix: str, directory: str, extension: str):
install_requires = [
'pyyaml>=6.0,<7',
'tqdm>=4.62.3,<5',
'torchmetrics>=0.10.0,<1.1',
'torchmetrics>=0.10.0,<1.3.1',
'torch_optimizer>=0.3.0,<0.4',
'torchvision>=0.13.1,<0.20', # TODO: Tighten before release
'torch>=1.13.1,<2.3.1', # TODO: Tighten before release
Expand Down

0 comments on commit 1ea8939

Please sign in to comment.