Skip to content

Commit

Permalink
Bump pyshp min version to v2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Nov 21, 2023
1 parent b363e43 commit 14876aa
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
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
- 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 @@ -69,7 +69,7 @@ Further information about the required dependencies can be found here:
**Shapely** 1.7.1 or later (https://github.com/shapely/shapely)
Python package for the manipulation and analysis of planar geometric objects.

**pyshp** 2.1 or later (https://pypi.python.org/pypi/pyshp)
**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/)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies:
- cython>=0.29.24
- numpy>=1.21
- shapely>=1.7.1
- pyshp>=2.1
- pyshp>=2.3
- pyproj>=3.1.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 @@ -44,7 +44,7 @@ dependencies = [
"matplotlib>=3.5",
"shapely>=1.7",
"packaging>=20",
"pyshp>=2.1",
"pyshp>=2.3",
"pyproj>=3.1.0",
]
dynamic = ["version"]
Expand Down

0 comments on commit 14876aa

Please sign in to comment.