Skip to content

Commit 963e6ad

Browse files
committed
Try torch 1.10
1 parent 2d1a12b commit 963e6ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ dependencies = [
2424
'pretrainedmodels>=0.7.1',
2525
'six>=1.5',
2626
'timm>=0.9',
27-
'torch>=1.9',
28-
'torchvision>=0.10',
27+
'torch>=1.10',
28+
'torchvision>=0.11',
2929
'tqdm>=4.42.1',
3030
]
3131
dynamic = ['version']

requirements/minimum.old

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ pillow==8.0.0
55
pretrainedmodels==0.7.1
66
six==1.5.0
77
timm==0.9.0
8-
torch==1.9.0
9-
torchvision==0.10.0
8+
torch==1.10.0
9+
torchvision==0.11.0
1010
tqdm==4.42.1

0 commit comments

Comments
 (0)