Skip to content

Commit 4647a6b

Browse files
chore(deps): update pyproj requirement from >=3.4.0 to >=3.7.1 (#103)
Updates the requirements on [pyproj](https://github.com/pyproj4/pyproj) to permit the latest version. - [Release notes](https://github.com/pyproj4/pyproj/releases) - [Changelog](https://github.com/pyproj4/pyproj/blob/main/docs/history.rst) - [Commits](pyproj4/pyproj@3.4.0...3.7.1) --- updated-dependencies: - dependency-name: pyproj dependency-version: 3.7.1 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 917fcc6 commit 4647a6b

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
@@ -8,7 +8,7 @@ scikit-learn>=1.0.0
88
# Geospatial (excluding gdal/fiona - require system GDAL: brew install gdal)
99
rasterio>=1.3.0
1010
shapely>=2.0.0
11-
pyproj>=3.4.0
11+
pyproj>=3.7.1
1212

1313
# Computer Vision
1414
opencv-python>=4.5.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ scikit-image>=0.19.0
1010
rasterio>=1.3.0
1111
geopandas>=0.12.0
1212
shapely>=2.0.0
13-
pyproj>=3.4.0
13+
pyproj>=3.7.1
1414
fiona>=1.9.0
1515

1616
# Computer Vision

0 commit comments

Comments
 (0)