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
The change made as part of #32046, using pip wheel --build-option ... (instead of setup.py bdist_wheel...) seems to have broken the use of said build options when the package is a PEP 517 package (i.e., has pyproject.toml)
Among the packages found by git grep sdh_prefix, only numpy is
affected (the others, python_igraph, jupyter_jsmol, pillow, do not have pyproject.toml).