Skip to content

Commit

Permalink
add pint to the output of show_versions() (#3918)
Browse files Browse the repository at this point in the history
  • Loading branch information
keewis authored Mar 29, 2020
1 parent 1416d5a commit dbfb0ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xarray/util/print_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ def show_versions(file=sys.stdout):
("cartopy", lambda mod: mod.__version__),
("seaborn", lambda mod: mod.__version__),
("numbagg", lambda mod: mod.__version__),
("pint", lambda mod: mod.__version__),
# xarray setup/test
("setuptools", lambda mod: mod.__version__),
("pip", lambda mod: mod.__version__),
Expand Down

0 comments on commit dbfb0ee

Please sign in to comment.