Skip to content

Commit

Permalink
add pyproj to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
anton-seaice committed Apr 3, 2024
1 parent b6f1d01 commit a19aaff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ dependencies = [
"xarray",
"numpy",
"netcdf4",
"pyproj"
"pyproj",
"shapely"
]

[build-system]
Expand Down

0 comments on commit a19aaff

Please sign in to comment.