Skip to content

Commit

Permalink
Update show_versions to use package name
Browse files Browse the repository at this point in the history
  • Loading branch information
hoxbro committed Jan 24, 2024
1 parent 6dc23ae commit 6c1c45d
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions holoviews/util/_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Data
"cudf",
"dask",
"ibis",
"ibis-framework",
"networkx",
"numpy",
"pandas",
Expand All @@ -18,16 +18,17 @@
"xarray",
# Processing
"numba",
"skimage",
"scikit-learn",
"scipy",
"tsdownsample",
# Plotting
"bokeh",
"colorcet",
"datashader",
"geoviews",
"hvplot",
"matplotlib",
"PIL",
"pillow",
"plotly",
# Jupyter
"IPython",
Expand Down Expand Up @@ -63,3 +64,7 @@ def _panel_comms():
import panel as pn

print(f"{'Panel comms':20}: {pn.config.comms}")


if __name__ == "__main__":
show_versions()

0 comments on commit 6c1c45d

Please sign in to comment.