Skip to content

Commit

Permalink
Bump Shapely minimum version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rcomer committed Oct 15, 2024
1 parent 74adde0 commit f6b65e7
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 @@ -41,7 +41,7 @@ jobs:
(github.event_name == 'push' || github.event_name == 'pull_request')
id: minimum-packages
run: |
pip install cython==0.29.28 matplotlib==3.6 numpy==1.23 owslib==0.27 pyproj==3.3.1 scipy==1.9 shapely==1.8 pyshp==2.3.1
pip install cython==0.29.28 matplotlib==3.6 numpy==1.23 owslib==0.27 pyproj==3.3.1 scipy==1.9 shapely==2.0 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 @@ -66,7 +66,7 @@ Further information about the required dependencies can be found here:
Python package for 2D plotting. Python package required for any
graphical capabilities.

**Shapely** 1.8 or later (https://github.com/shapely/shapely)
**Shapely** 2.0 or later (https://github.com/shapely/shapely)
Python package for the manipulation and analysis of planar geometric objects.

**pyshp** 2.3 or later (https://pypi.python.org/pypi/pyshp)
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ channels:
dependencies:
- cython>=0.29.28
- numpy>=1.23
- shapely>=1.8
- shapely>=2.0
- pyshp>=2.3
- pyproj>=3.3.1
- packaging>=21
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ classifiers = [
dependencies = [
"numpy>=1.23",
"matplotlib>=3.6",
"shapely>=1.8",
"shapely>=2.0",
"packaging>=21",
"pyshp>=2.3",
"pyproj>=3.3.1",
Expand Down

0 comments on commit f6b65e7

Please sign in to comment.