ucl-exoplanets / ExoTETHyS

GNU General Public License v3.0
17 stars 3 forks source link

depreciation of pkg_resources #34

Closed jeroenbouwman closed 3 weeks ago

jeroenbouwman commented 3 weeks ago

there is a depreciation warning for the pkg_resources module imported and used in the sail module:

exotethys/sail.py:14: DeprecationWarning:pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html

for the a next version of exotethys one should switch to importlib.resources and importlib.metadata

gmorello commented 3 weeks ago

Done, thanks