Skip to content

build(deps): update timm requirement from >=1.0.20 to >=1.0.26#659

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/timm-gte-1.0.26
Open

build(deps): update timm requirement from >=1.0.20 to >=1.0.26#659
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/timm-gte-1.0.26

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 13, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on timm to permit the latest version.

Release notes

Sourced from timm's releases.

Release v1.0.26

March 23, 2026

  • Improve pickle checkpoint handling security. Default all loading to weights_only=True, add safe_global for ArgParse.
  • Improve attention mask handling for core ViT/EVA models & layers. Resolve bool masks, pass is_causal through for SSL tasks.
  • Fix class & register token uses with ViT and no pos embed enabled.
  • Add Patch Representation Refinement (PRR) as a pooling option in ViT. Thanks Sina (https://github.com/sinahmr).
  • Improve consistency of output projection / MLP dimensions for attention pooling layers.
  • Hiera model F.SDPA optimization to allow Flash Attention kernel use.
  • Caution added to SGDP optimizer.
  • Release 1.0.26. First maintenance release since my departure from Hugging Face.

What's Changed

New Contributors

Full Changelog: huggingface/pytorch-image-models@v1.0.25...v1.0.26

Commits
  • 8d0f79e Release 1.0.26
  • 6e3fdda Implement PRR as a pooling module. Alternative to #2678
  • 8b4239c Add comments for DinoV3 re global pool (class token). Fix #2681
  • 52e6d19 Change avg_checkpoints.py to use more secure load helper
  • 7a2f49b Fix FX tracing on resolve_self_attn_mask
  • 61a26c7 Improve attention mask handling for vision_transformer and eva and related bl...
  • 3e8def8 Improve 2d and latent attention pool dimension handling. Fix #2682
  • a94c10f Update version.py
  • 0c90043 fix: branch Hiera MaskUnitAttention into 4D global path for FlashAttention di...
  • a346c76 Further refine weights_only=True, add safe globals for argparse Namespace to ...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [timm](https://github.com/huggingface/pytorch-image-models) to permit the latest version.
- [Release notes](https://github.com/huggingface/pytorch-image-models/releases)
- [Commits](huggingface/pytorch-image-models@v1.0.20...v1.0.26)

---
updated-dependencies:
- dependency-name: timm
  dependency-version: 1.0.26
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants