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
{{ message }}
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Starting from
setuptools==67.3.0, it has started raising DeprecationWarning. Some libraries treat them as errors during testing.See: https://setuptools.pypa.io/en/latest/history.html#v67-3-0.
This could be fixed by switching to new layout as specified in PEP 420, by dropping
__init__.py.See similar discussion in matplotlib/matplotlib#25244 and pypa/setuptools#3434 (comment).