glue-viz / glue

Linked Data Visualizations Across Multiple Files
http://glueviz.org
Other
740 stars 153 forks source link

Fixed a bug in the plugin iteration on Python 3.8 and 3.9 #2377

Closed neutrinoceros closed 1 year ago

neutrinoceros commented 1 year ago

fix a regression introduced and discussed in #2365 ping @dhomeier

neutrinoceros commented 1 year ago

Just for the sake of being as clear as possible, here's the dependency chain that was causing importlib_metadata to already be installed glue-core <- ipykernel <- jupyter-client (jupyter-client==8.1.0 requires importlib-metadata>=4.8.3)