Skip to content

Commit

Permalink
fix: restrict geopandas to below v1 until issue with scheme is fixe…
Browse files Browse the repository at this point in the history
…d in next pygmt release
  • Loading branch information
mdtanker committed Aug 5, 2024
1 parent 6b97865 commit 846056e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"scipy",
"numpy",
"pygmt>=0.10.0", # need parameter "log" for colorbar
"geopandas",
"geopandas<1.0",
"zarr",
"python-dotenv",
"requests",
Expand Down

0 comments on commit 846056e

Please sign in to comment.