Skip to content

chore(deps-dev): update torch requirement from >=2.9.1 to >=2.11.0#224

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

chore(deps-dev): update torch requirement from >=2.9.1 to >=2.11.0#224
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/torch-gte-2.11.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on torch to permit the latest version.

Release notes

Sourced from torch's releases.

PyTorch 2.11.0 Release Notes

Highlights

For more details about these highlighted features, you can look at the release blogpost. Below are the full release notes for this release.

Backwards Incompatible Changes

Release Engineering

... (truncated)

Changelog

Sourced from torch's changelog.

Releasing PyTorch

Release Compatibility Matrix

Following is the Release Compatibility Matrix for PyTorch releases:

... (truncated)

Commits
  • 70d99e9 [release only] Increase timeout for rocm libtorch and manywheel builds (#178006)
  • 3e05c5a [MPS] Properly handle conjugated tensors in bmm (#178010)
  • db741c7 [MPS] fix compiling of SDPA producing nan results (#178009)
  • 483b55d Update pytorch_sphinx_theme2 version to 0.4.6 (#177616)
  • 7f2cdeb [windows][smoke test] Add an option to install cuda if required cuda/cudnn on...
  • 76fd078 [release-only] Fix libtorch builds. Fix lint (#177299)
  • fa384de [Inductor][MPS] Fix half-precision type mismatches in Metal shader codegen (#...
  • 036b25f Let stable::from_blob accept a lambda as deleter (cherry-pick) (#176440)
  • 41f8e3e [CI] Stop using G3 runners (#177161)
  • e2fa295 [CD] Unpin cuda-bindings dependencies (#177159)
  • 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)

Greptile Summary

This PR bumps the minimum torch version in the predictions dependency group from >=2.9.1 to >=2.11.0. The change is a routine Dependabot version update with no code modifications.

Confidence Score: 5/5

Safe to merge — routine Dependabot version bump with no code changes and no P0/P1 findings.

The only change is a minimum version constraint update for an optional dependency group (predictions). No application code is modified, the bump follows a normal minor-version cadence, and the existing torchgeo>=0.5.1 in main deps is forward-compatible with torch 2.11. All findings are P2 or lower.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Single-line change bumping torch minimum version from >=2.9.1 to >=2.11.0 in the optional predictions dependency group; no other changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A["pyproject.toml\n[dependency-groups]"] --> B["predictions group"]
    B --> C["chronos-forecasting>=2.2.2"]
    B --> D["torch>=2.11.0\n(was >=2.9.1)"]
    A --> E["[dependencies] (main)"]
    E --> F["torchgeo>=0.5.1\n(transitively requires torch)"]
    D -.->|"version constraint\nmust be compatible"| F
Loading

Reviews (1): Last reviewed commit: "chore(deps-dev): update torch requiremen..." | Re-trigger Greptile

Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version.
- [Release notes](https://github.com/pytorch/pytorch/releases)
- [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md)
- [Commits](pytorch/pytorch@ciflow/torchtitan/163335...v2.11.0)

---
updated-dependencies:
- dependency-name: torch
  dependency-version: 2.11.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 13, 2026

Labels

The following labels could not be found: python. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants