Skip to content

Commit e558979

Browse files
Bump timm from 0.9.7 to 1.0.9
Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 0.9.7 to 1.0.9. - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Commits](huggingface/pytorch-image-models@v0.9.7...v1.0.9) --- updated-dependencies: - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 25a6bd2 commit e558979

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies = [
2323
'pillow',
2424
'pretrainedmodels==0.7.4',
2525
'six',
26-
'timm==0.9.7',
26+
'timm==1.0.9',
2727
'torch',
2828
'torchvision>=0.5',
2929
'tqdm',

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
torchvision>=0.5.0
22
pretrainedmodels==0.7.4
33
efficientnet-pytorch==0.7.1
4-
timm==0.9.7
4+
timm==1.0.9
55
huggingface_hub>=0.24.6
66

77
tqdm

0 commit comments

Comments
 (0)