Skip to content

Commit

Permalink
Bump timm from 1.0.13 to 1.0.14 in /requirements (#2525)
Browse files Browse the repository at this point in the history
Bumps [timm](https://github.com/huggingface/pytorch-image-models) from 1.0.13 to 1.0.14.
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.13...v1.0.14)

---
updated-dependencies:
- dependency-name: timm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 20, 2025
1 parent 317a913 commit 7ccc7d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/required.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ rasterio==1.4.3
rtree==1.3.0
segmentation-models-pytorch==0.4.0
shapely==2.0.6
timm==1.0.13
timm==1.0.14
torch==2.5.1
torchmetrics==1.6.1
torchvision==0.20.1
2 changes: 1 addition & 1 deletion torchgeo/models/dofa.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def __init__(
num_heads,
mlp_ratio,
qkv_bias=True,
norm_layer=norm_layer, # type: ignore[arg-type]
norm_layer=norm_layer,
)
for i in range(depth)
]
Expand Down

0 comments on commit 7ccc7d8

Please sign in to comment.