From 517ae70b2dbfa51171bd83b7c1a269f018fed60a Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Fri, 22 May 2026 13:04:18 -0700 Subject: [PATCH] Update scikit-build-core to 0.12.2 (#542) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index da123a4..2a0ef03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core >= 0.11.4, < 0.12.0", "cffi >= 1.0.3;implementation_name == 'cpython'"] +requires = ["scikit-build-core ~= 0.12.2", "cffi >= 1.0.3;implementation_name == 'cpython'"] build-backend = "scikit_build_core.build" [project]