Skip to content

Commit a47c820

Browse files
committed
Bump patch release
1 parent e677c4b commit a47c820

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
'six>=1.5',
2626
'timm>=0.9',
2727
'torch>=1.10',
28-
'torchvision>=0.11',
28+
'torchvision>=0.11.1',
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.10.0+cu102
9-
torchvision==0.11.0
8+
torch==1.10.0
9+
torchvision==0.11.1
1010
tqdm==4.42.1

0 commit comments

Comments
 (0)