From 9297d0aa41c4116ed944c496d4c05c400b28997a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 14:44:09 +0000 Subject: [PATCH] chore(deps): update rasterio requirement from >=1.3.0 to >=1.4.4 Updates the requirements on [rasterio](https://github.com/rasterio/rasterio) to permit the latest version. - [Release notes](https://github.com/rasterio/rasterio/releases) - [Changelog](https://github.com/rasterio/rasterio/blob/main/CHANGES.txt) - [Commits](https://github.com/rasterio/rasterio/compare/1.3.0...1.4.4) --- updated-dependencies: - dependency-name: rasterio dependency-version: 1.4.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-install.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-install.txt b/requirements-install.txt index f9cfe48..3e2ae96 100644 --- a/requirements-install.txt +++ b/requirements-install.txt @@ -6,7 +6,7 @@ torchvision>=0.23.0 scikit-learn>=1.0.0 # Geospatial (excluding gdal/fiona - require system GDAL: brew install gdal) -rasterio>=1.3.0 +rasterio>=1.4.4 shapely>=2.1.2 pyproj>=3.7.1 diff --git a/requirements.txt b/requirements.txt index b1ffe5d..98eb4fc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ scikit-learn>=1.0.0 scikit-image>=0.19.0 # Geospatial Data Processing -rasterio>=1.3.0 +rasterio>=1.4.4 geopandas>=0.12.0 shapely>=2.1.2 pyproj>=3.7.1