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
Even after #30580, setup.py still has an import-time dependency on Cython (via sage_setup).
We declare this build system dependency by adding the PEP 517 metadata (pyproject.toml).
Adding pyproject.toml does not change how the Sage distribution installs sagelib because build/pkgs/sagelib/spkg-install uses setup.py install directly.