Skip to content

Commit be992bf

Browse files
chore(deps): update shapely requirement from >=2.0.0 to >=2.1.2 (#104)
Updates the requirements on [shapely](https://github.com/shapely/shapely) to permit the latest version. - [Release notes](https://github.com/shapely/shapely/releases) - [Changelog](https://github.com/shapely/shapely/blob/main/CHANGES.txt) - [Commits](shapely/shapely@2.0.0...2.1.2) --- updated-dependencies: - dependency-name: shapely dependency-version: 2.1.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4647a6b commit be992bf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements-install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ scikit-learn>=1.0.0
77

88
# Geospatial (excluding gdal/fiona - require system GDAL: brew install gdal)
99
rasterio>=1.3.0
10-
shapely>=2.0.0
10+
shapely>=2.1.2
1111
pyproj>=3.7.1
1212

1313
# Computer Vision

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ scikit-image>=0.19.0
99
# Geospatial Data Processing
1010
rasterio>=1.3.0
1111
geopandas>=0.12.0
12-
shapely>=2.0.0
12+
shapely>=2.1.2
1313
pyproj>=3.7.1
1414
fiona>=1.9.0
1515

0 commit comments

Comments
 (0)