Skip to content

Commit 2d1a12b

Browse files
committed
Dependencies: torch 1.9+ required
1 parent 9e07716 commit 2d1a12b

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.8',
28-
'torchvision>=0.9',
27+
'torch>=1.9',
28+
'torchvision>=0.10',
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.8.0
9-
torchvision==0.9.0
8+
torch==1.9.0
9+
torchvision==0.10.0
1010
tqdm==4.42.1

0 commit comments

Comments
 (0)