Skip to content

chore(deps): update torchgeo requirement from >=0.5.1 to >=0.6.2#220

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

chore(deps): update torchgeo requirement from >=0.5.1 to >=0.6.2#220
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/torchgeo-gte-0.6.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Updates the requirements on torchgeo to permit the latest version.

Release notes

Sourced from torchgeo's releases.

v0.6.2

TorchGeo 0.6.2 Release Notes

This is a bugfix release. There are no new features or API changes with respect to the 0.6.1 release.

This release doubles the number of TorchGeo tutorials, making it easier than ever to learn TorchGeo! All tutorials have been reorganized as follows:

  • Getting Started: background material on PyTorch, geospatial data, and TorchGeo
  • Basic Usage: basic concepts and components of TorchGeo and how to use them
  • Case Studies: end-to-end workflows for common remote sensing use cases
  • Customization: customizing TorchGeo to meet your needs, and contributing back those changes

If you have a use case that is not yet documented, please consider contributing a new Case Study tutorial!

Dependencies

  • pyvista: no support for VTK 9.4 yet (#2431)
  • rasterio: 1.4.3+ is now supported (#2442)

Datasets

  • Chesapeake 7/13: remove references to removed classes (#2388)
  • Chesapeake CVPR: fix download link (#2445)
  • EuroSAT: fix order of Sentinel-2 bands (#2480)
  • EuroSAT: redistribute split files on Hugging Face (#2432)
  • Forest Damage: fix _verify docstring (#2401)
  • Million-AID: fix _verify docstring (#2401)
  • UC Merced: redistribute split files on Hugging Face (#2433)
  • Utilities: remove defaultdict from collation functions (#2398)

Models

  • Add bands metadata to all pre-trained weights (#2376)

Scripts

  • SSL4EO: Sentinel-2 name changed on GEE (#2421)

Tests

  • CI: more human-readable cache names (#2426)
  • Models: test that bands match expected dimensions (#2383)

Documentation

  • Docs: update alternatives (#2437)
  • Docs: reorganize tutorial hierarchy (#2439)
  • Add Introduction to PyTorch tutorial (#2440, #2467)
  • Add Introduction to Geospatial Data tutorial (#2446, #2467)
  • Add Introduction to TorchGeo tutorial (#2457)

... (truncated)

Commits
  • 4919d55 README: correct syntax highlighting for console code (#2482)
  • e0a6912 Add TorchGeo CLI tutorial (#2479)
  • ec96458 Docs: remove mathcal (#2467)
  • 04cc926 Add consistent author and copyright info to all tutorials (#2478)
  • e994697 Fixed the bandorder of EuroSAT dataset, datamodule and within the tutorial to...
  • 4de700d Tutorials: fix dataset contribution tutorial (#2469)
  • a4671cf Trying to fix required.txt
  • 769ad2e Docs: reorganize tutorial hierarchy (#2439)
  • b849ace Added EarthSurfaceWater tutorial (#960)
  • e821113 Add Contribution Guide for Datamodule (#2452)
  • 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 is a Dependabot-generated dependency bump for torchgeo from >=0.5.1 to >=0.6.2. The 0.6.2 release is a bugfix-only release relative to 0.6.1 with no new API changes, but the jump from 0.5.x to 0.6.x does span a minor version that introduced dataset migrations and model metadata additions. The one file that consumes torchgeo (app/agents/classifier.py) uses torchgeo.models.resnet50 and ResNet50_Weights.SENTINEL2_ALL_MOCO, both of which remain stable in 0.6.2.

Confidence Score: 5/5

Safe to merge — the only consumer of torchgeo uses a stable models API that is unchanged in 0.6.2.

The change is a single-line version floor bump by Dependabot. The 0.6.2 release explicitly states it is a bugfix release with no API changes versus 0.6.1. The one in-tree torchgeo consumer (classifier.py) imports only torchgeo.models.resnet50 and ResNet50_Weights.SENTINEL2_ALL_MOCO, both of which are stable across the 0.5→0.6 series. No P0/P1 findings were identified.

No files require special attention.

Important Files Changed

Filename Overview
pyproject.toml Single-line version floor bump for torchgeo from >=0.5.1 to >=0.6.2; no other dependency changes.

Flowchart

%%{init: {'theme': 'neutral'}}%%
flowchart TD
    A[pyproject.toml\ntorchgeo>=0.6.2] --> B[app/agents/classifier.py]
    B --> C[torchgeo.models.resnet50]
    B --> D[ResNet50_Weights.SENTINEL2_ALL_MOCO]
    C --> E[Stable API ✓]
    D --> E
Loading

Reviews (1): Last reviewed commit: "chore(deps): update torchgeo requirement..." | Re-trigger Greptile

Updates the requirements on [torchgeo](https://github.com/torchgeo/torchgeo) to permit the latest version.
- [Release notes](https://github.com/torchgeo/torchgeo/releases)
- [Commits](torchgeo/torchgeo@v0.5.1...v0.6.2)

---
updated-dependencies:
- dependency-name: torchgeo
  dependency-version: 0.6.2
  dependency-type: direct:production
...

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