Skip to content

Commit

Permalink
Tighten before release
Browse files Browse the repository at this point in the history
  • Loading branch information
j316chuck committed Feb 2, 2024
1 parent e75914f commit de89606
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.1',
'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.18',
'torch>=2.0.1,<2.3.0',
'requests>=2.26.0,<3',
'numpy>=1.21.5,<1.27.0',
'psutil>=5.8.0,<6',
Expand Down

0 comments on commit de89606

Please sign in to comment.