Packaging modernisation
- Replaced the deprecated
pkg_resourcesAPI withimportlib.resourcesfor locating the bundledsubduction_data.csv. This removes theUserWarning: pkg_resources is deprecated as an APIraised under setuptools >= 81. - Migrated
setup.pytopyproject.toml(PEP 621). - Added the missing
scipyandscikit-learnruntime dependencies (both were already imported byslabdip.predictor). - Dropped stale Python 2.x classifiers and set
requires-python >= 3.9.
No changes to the slab dip model or its API.