Skip to content

Commit d9e8cca

Browse files
committed
Add basemap to Geo
1 parent c1324e1 commit d9e8cca

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,7 @@ astropy = [
7474
]
7575
geo = [
7676
"cartopy",
77-
]
78-
cartopy = [
79-
"cartopy",
77+
"basemap",
8078
]
8179
ternary = [
8280
"mpltern",
@@ -87,6 +85,7 @@ mpltern = [
8785
all = [
8886
"astropy",
8987
"cartopy",
88+
"basemap",
9089
"mpltern",
9190
]
9291
docs = [

0 commit comments

Comments
 (0)