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
We now have an in-repo pyproject.toml, thanks to the maturin builds. As such, we can remove the site-requirements.txt file and replace it with a PEP 735 dep group, which is already well-supported by uv.
We now have an in-repo
pyproject.toml
, thanks to the maturin builds. As such, we can remove thesite-requirements.txt
file and replace it with a PEP 735 dep group, which is already well-supported byuv
.See: https://peps.python.org/pep-0735/
The text was updated successfully, but these errors were encountered: