This is popping up in CI - there's at least two uses of LooseVersion in our codebase that probably needs fixing (chemfiles.py and setup.py).
/home/runner/work/mdanalysis/mdanalysis/package/MDAnalysis/coordinates/chemfiles.py:108: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.
MIN_CHEMFILES_VERSION = LooseVersion("0.9")
This is popping up in CI - there's at least two uses of LooseVersion in our codebase that probably needs fixing (chemfiles.py and setup.py).