From 6bbdeee9b169df28df6a591ed45710b22f57da16 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2025 20:41:05 +0000 Subject: [PATCH 1/2] Bump segmentation-models-pytorch from 0.3.4 to 0.4.0 in /requirements Bumps [segmentation-models-pytorch](https://github.com/qubvel-org/segmentation_models.pytorch) from 0.3.4 to 0.4.0. - [Release notes](https://github.com/qubvel-org/segmentation_models.pytorch/releases) - [Commits](https://github.com/qubvel-org/segmentation_models.pytorch/compare/v0.3.4...v0.4.0) --- updated-dependencies: - dependency-name: segmentation-models-pytorch dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/required.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/required.txt b/requirements/required.txt index bbe4e855a7..1563c45a74 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -14,7 +14,7 @@ pillow==11.1.0 pyproj==3.7.0 rasterio==1.4.3 rtree==1.3.0 -segmentation-models-pytorch==0.3.4 +segmentation-models-pytorch==0.4.0 shapely==2.0.6 timm==0.9.7 torch==2.5.1 From baadeaedf361917692f24f632a40b40f1f0dc2e2 Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Wed, 8 Jan 2025 22:01:26 +0100 Subject: [PATCH 2/2] unpin timm --- .github/dependabot.yml | 2 -- requirements/required.txt | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 947fd95063..76b51d617d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -27,8 +27,6 @@ updates: # https://github.com/pytorch/pytorch_sphinx_theme/issues/175 - dependency-name: 'sphinx' versions: '>=6' - # segmentation-models-pytorch pins timm, must update in unison - - dependency-name: 'timm' - package-ecosystem: 'npm' directory: '/' schedule: diff --git a/requirements/required.txt b/requirements/required.txt index 1563c45a74..7419c0cda5 100644 --- a/requirements/required.txt +++ b/requirements/required.txt @@ -16,7 +16,7 @@ rasterio==1.4.3 rtree==1.3.0 segmentation-models-pytorch==0.4.0 shapely==2.0.6 -timm==0.9.7 +timm==1.0.12 torch==2.5.1 torchmetrics==1.6.1 torchvision==0.20.1