Skip to content

Commit

Permalink
update shapely minimum version
Browse files Browse the repository at this point in the history
  • Loading branch information
dbrakenhoff authored and wpbonelli committed Oct 24, 2024
1 parent 24d4597 commit 9ba6cc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies:
- fiona
- descartes
- pyproj
- shapely>=1.8
- shapely>=2.0
- geos
- geojson
- vtk
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ optional = [
"rasterio",
"rasterstats",
"scipy",
"shapely >=1.8",
"shapely >=2.0",
"vtk ; python_version <'3.13'",
"xmipy",
]
Expand Down

0 comments on commit 9ba6cc2

Please sign in to comment.