wradlib / wradlib-notebooks

wradlib jupyter notebooks
MIT License
13 stars 18 forks source link

MNT: Move from distutils.LooseVersion to packaging.version.Version #63

Closed kmuehlbauer closed 2 years ago

kmuehlbauer commented 2 years ago

wradlib-notebooks/conftest.py:8: DeprecationWarning: The distutils package is deprecated and slated for removal in Python 3.12. Use setuptools or check PEP 632 for potential alternatives from distutils.version import LooseVersion

using packaging is one suggested alternative