Skip to content

Commit

Permalink
tighten torch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Apr 2, 2024
1 parent 688f9d2 commit 082d4e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ def package_files(prefix: str, directory: str, extension: str):
'tqdm>=4.62.3,<5',
'torchmetrics>=0.10.0,<1.3.3',
'torch_optimizer>=0.3.0,<0.4',
'torchvision>=0.13.1,<0.20', # TODO: Tighten before release
'torch>=2.0.1,<2.3.1', # TODO: Tighten before release
'torchvision>=0.13.1,<0.17.3',
'torch>=2.0.1,<2.2.3',
'requests>=2.26.0,<3',
'numpy>=1.21.5,<1.27.0',
'psutil>=5.8.0,<6',
Expand Down

0 comments on commit 082d4e0

Please sign in to comment.