From 57cffdb8235c9325599fb6bc555e2b3b9753d950 Mon Sep 17 00:00:00 2001 From: Dongdong Tian Date: Mon, 10 Apr 2023 16:45:27 +0800 Subject: [PATCH] pygmt.show_versions: Show versions of IPython and rioxarray --- pygmt/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pygmt/__init__.py b/pygmt/__init__.py index 7a9ec8a4cb2..aea73fe3f44 100644 --- a/pygmt/__init__.py +++ b/pygmt/__init__.py @@ -165,6 +165,8 @@ def _get_ghostscript_version(): "packaging", "contextily", "geopandas", + "IPython", + "rioxarray", ] print("PyGMT information:", file=file)