Skip to content

Commit dbfb0ee

Browse files
authored
add pint to the output of show_versions() (#3918)
1 parent 1416d5a commit dbfb0ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

xarray/util/print_versions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ def show_versions(file=sys.stdout):
118118
("cartopy", lambda mod: mod.__version__),
119119
("seaborn", lambda mod: mod.__version__),
120120
("numbagg", lambda mod: mod.__version__),
121+
("pint", lambda mod: mod.__version__),
121122
# xarray setup/test
122123
("setuptools", lambda mod: mod.__version__),
123124
("pip", lambda mod: mod.__version__),

0 commit comments

Comments
 (0)