Skip to content

Commit

Permalink
tighten torch
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 committed Feb 27, 2024
1 parent e984d96 commit 118c7f2
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 @@ -78,8 +78,8 @@ def package_files(prefix: str, directory: str, extension: str):
'tqdm>=4.62.3,<5',
'torchmetrics>=0.10.0,<1.3.2',
'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.2',
'torch>=2.0.1,<2.2.2',
'requests>=2.26.0,<3',
'numpy>=1.21.5,<1.27.0',
'psutil>=5.8.0,<6',
Expand Down

0 comments on commit 118c7f2

Please sign in to comment.