csiro-coasts / emsarray

xarray extension that supports EMS model formats
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Drop dependency on importlib_metadata #125

Closed mx-moth closed 6 months ago

mx-moth commented 6 months ago

This was only required to support Python 3.8 and below, which was dropped recently. Some small shenanigans were required to support Python 3.9. Dask still depends on importib_metadata so it will still be installed regardless in most circumstances.

mx-moth commented 6 months ago

This fixed #122