Skip to content

Commit db680c8

Browse files
committed
Add optional dependencies to pyproject.toml
1 parent ff1ede3 commit db680c8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ dependencies = [
3232
]
3333
dynamic = ["version"]
3434

35+
[project.optional-dependencies]
36+
all = [
37+
"geopandas"
38+
]
39+
3540
[project.urls]
3641
homepage = "https://www.pygmt.org"
3742
documentation = "https://www.pygmt.org"

0 commit comments

Comments
 (0)