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
At the moment we're using a setuptools.py to install the package locally. We should switch to using a pyproject.toml file because this is the direction in which Python is moving. The switch is pretty clearly documented in pypa/pip#11457.