Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,11 @@ dependencies = [
]
dynamic = ["version"]

[project.optional-dependencies]
all = [
"geopandas"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we add ipython as well as mentioned in https://www.pygmt.org/v0.7.0/install.html#dependencies?

Suggested change
"geopandas"
"geopandas",
"ipython"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, because we also try to import IPython in our codes.

]

[project.urls]
homepage = "https://www.pygmt.org"
documentation = "https://www.pygmt.org"
Expand Down