chore(deps): update torchgeo requirement from >=0.5.1 to >=0.6.2#220
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): update torchgeo requirement from >=0.5.1 to >=0.6.2#220dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
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>
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on torchgeo to permit the latest version.
Release notes
Sourced from torchgeo's releases.
... (truncated)
Commits
4919d55README: correct syntax highlighting for console code (#2482)e0a6912Add TorchGeo CLI tutorial (#2479)ec96458Docs: remove mathcal (#2467)04cc926Add consistent author and copyright info to all tutorials (#2478)e994697Fixed the bandorder of EuroSAT dataset, datamodule and within the tutorial to...4de700dTutorials: fix dataset contribution tutorial (#2469)a4671cfTrying to fix required.txt769ad2eDocs: reorganize tutorial hierarchy (#2439)b849aceAdded EarthSurfaceWater tutorial (#960)e821113Add Contribution Guide for Datamodule (#2452)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
torchgeofrom>=0.5.1to>=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 consumestorchgeo(app/agents/classifier.py) usestorchgeo.models.resnet50andResNet50_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
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 --> EReviews (1): Last reviewed commit: "chore(deps): update torchgeo requirement..." | Re-trigger Greptile