Skip to content

Commit

Permalink
Try torch 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart committed Oct 7, 2024
1 parent 2d1a12b commit 963e6ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ dependencies = [
'pretrainedmodels>=0.7.1',
'six>=1.5',
'timm>=0.9',
'torch>=1.9',
'torchvision>=0.10',
'torch>=1.10',
'torchvision>=0.11',
'tqdm>=4.42.1',
]
dynamic = ['version']
Expand Down
4 changes: 2 additions & 2 deletions requirements/minimum.old
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ pillow==8.0.0
pretrainedmodels==0.7.1
six==1.5.0
timm==0.9.0
torch==1.9.0
torchvision==0.10.0
torch==1.10.0
torchvision==0.11.0
tqdm==4.42.1

0 comments on commit 963e6ad

Please sign in to comment.