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
Drop pkg_resources from setup.py; retire setuptools<81 build pin
Replace the pkg_resources import (removed in setuptools>=81) with importlib.metadata
+ packaging.version (open-mmlab#3326/open-mmlab#3328). The wheel build no longer needs the
setuptools<81 workaround, so the GitHub Action and justfile build-wheel now install
plain setuptools (+ packaging).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments