scikit-build-core
scikit-build-core copied to clipboard
chore: fix uv warning after upgrade
The `tool.uv.dev-dependencies` field (used in `pyproject.toml`) is deprecated and will be removed in a future release; use `dependency-groups.dev` instead
Fixes #1168.
LGTM, but we need to verify one point, does pip, uv (and maybe hatch) expand the list in scikit-build-core[*] or does it include scikit-build-core build in there? If the former then we are all green, otherwise we need to check what we need to do with this.