Skip to content

Commit

Permalink
Bump pyproj to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lgolston committed Mar 21, 2024
1 parent c00c9fd commit 614a78a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3.1 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.3.1 or later (https://github.com/pyproj4/pyproj/)
Python interface to PROJ (cartographic projections and coordinate transformations library).

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

# OWS
- owslib>=0.24.1
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.3.1",
]
dynamic = ["version"]

Expand Down

0 comments on commit 614a78a

Please sign in to comment.