scikit-build-core icon indicating copy to clipboard operation
scikit-build-core copied to clipboard

chore: fix uv warning after upgrade

Open DimitriPapadopoulos opened this issue 1 month ago • 1 comments

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.

DimitriPapadopoulos avatar Oct 21 '25 13:10 DimitriPapadopoulos

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.

LecrisUT avatar Oct 21 '25 13:10 LecrisUT