Skip to content

Commit

Permalink
Bump pyproj to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgolston committed Mar 20, 2024
1 parent c00c9fd commit 234c44e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: matrix.python-version == '3.9' && matrix.os == 'ubuntu-latest'
id: minimum-packages
run: |
pip install cython==0.29.24 matplotlib==3.5.3 numpy==1.21 owslib==0.24.1 pyproj==3.1 scipy==1.6.3 shapely==1.7.1 pyshp==2.3.1
pip install cython==0.29.24 matplotlib==3.5.3 numpy==1.21 owslib==0.24.1 pyproj==3.2 scipy==1.6.3 shapely==1.7.1 pyshp==2.3.1
- name: Coverage packages
id: coverage
Expand Down
2 changes: 1 addition & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Further information about the required dependencies can be found here:
**pyshp** 2.3 or later (https://pypi.python.org/pypi/pyshp)
Pure Python read/write support for ESRI Shapefile format.

**pyproj** 3.1.0 or later (https://github.com/pyproj4/pyproj/)
**pyproj** 3.2.0 or later (https://github.com/pyproj4/pyproj/)
Python interface to PROJ (cartographic projections and coordinate transformations library).

Optional Dependencies
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- numpy>=1.21
- shapely>=1.7.1
- pyshp>=2.3
- pyproj>=3.1.0
- pyproj>=3.2.0
# The testing label has the proper version of freetype included
- conda-forge/label/testing::matplotlib-base>=3.4

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"shapely>=1.7",
"packaging>=20",
"pyshp>=2.3",
"pyproj>=3.1.0",
"pyproj>=3.2.0",
]
dynamic = ["version"]

Expand Down

0 comments on commit 234c44e

Please sign in to comment.