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
Replace pkg_resources with importlib.metadata (#1674)
Use `importlib.metadata` from the standard library
(added in Python 3.8) to retrieve the package version
at runtime. A bit faster than using the `pkg_resources`
which adds some overhead and sets a runtime
dependency on `setuptools`.
* rename version variables in __init__.py
Co-authored-by: TIAN Dongdong <[email protected]>
0 commit comments