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
With PEP 735 accepted, pyproject.toml supports a new dependency-groups table dedicated for dev dependencies that are not exposed to built distributions.
We should move our dev dependencies (pytest, mypy, and all sphinx packages) out of package extras to dependency groups. Package extras should only be used for non-development optional packages.
With PEP 735 accepted,
pyproject.toml
supports a newdependency-groups
table dedicated for dev dependencies that are not exposed to built distributions.We should move our dev dependencies (
pytest
,mypy
, and allsphinx
packages) out of package extras to dependency groups. Package extras should only be used for non-development optional packages.See also pyt-team/TopoNetX#402.
The text was updated successfully, but these errors were encountered: