-
Notifications
You must be signed in to change notification settings - Fork 74
Open
Description
See https://github.com/scikit-build/scikit-build-core/actions/runs/18679698422/job/53258305708?pr=1164:
warning: 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
scikit-build-core/pyproject.toml
Lines 131 to 132 in 3f371ff
[tool.uv] | |
dev-dependencies = ["scikit-build-core[test,test-hatchling,test-meta,test-numpy,test-schema,cov,dev]"] |
So replace uv.dev-dependencies
with now standard dependency-groups
.
Metadata
Metadata
Assignees
Labels
No labels