bittremieux / spectrum_utils

Python package for efficient mass spectrometry data processing and visualization
https://spectrum-utils.readthedocs.io/
Apache License 2.0
130 stars 21 forks source link

Deprecated dependency #62

Closed jspaezp closed 2 months ago

jspaezp commented 3 months ago

Noticed that appdirs is a depencency.

This has been deprecated for a time now: https://github.com/ActiveState/appdirs?tab=readme-ov-file in favor of platformdirs: https://pypi.org/project/platformdirs/

They both have the same API so the migration should be seamless. LMK if you want a PR for it.