Skip to content

Commit

Permalink
bump torch version (mosaicml#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Jan 4, 2024
1 parent 80b35a7 commit f6ca956
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):
'torchmetrics>=0.10.0,<1.1',
'torch_optimizer>=0.3.0,<0.4',
'torchvision>=0.13.1,<0.17',
'torch>=1.13.1,<2.1.3',
'torch>=1.13.1,<2.2.1',
'requests>=2.26.0,<3',
'numpy>=1.21.5,<1.27.0',
'psutil>=5.8.0,<6',
Expand Down

0 comments on commit f6ca956

Please sign in to comment.