You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replaced the deprecated pkg_resources API with importlib.resources for locating the bundled subduction_data.csv. This removes the UserWarning: pkg_resources is deprecated as an API raised under setuptools >= 81.
Migrated setup.py to pyproject.toml (PEP 621).
Added the missing scipy and scikit-learn runtime dependencies (both were already imported by slabdip.predictor).
Dropped stale Python 2.x classifiers and set requires-python >= 3.9.