Skip to content

Commit 22676d8

Browse files
authored
Let pygmt.show_versions() report geopandas version (#1846)
1 parent 1c307dd commit 22676d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pygmt/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ def _get_gmt_version():
160160
"machine": platform.platform(),
161161
}
162162

163-
deps = ["numpy", "pandas", "xarray", "netCDF4", "packaging"]
163+
deps = ["numpy", "pandas", "xarray", "netCDF4", "packaging", "geopandas"]
164164

165165
print("PyGMT information:")
166166
print(f" version: {__version__}")

0 commit comments

Comments
 (0)