From aad7f8b643abdf5fe0e2beffafabe0cebe7a410c Mon Sep 17 00:00:00 2001 From: Matthew Douglas <38992547+matthewdouglas@users.noreply.github.com> Date: Tue, 7 Jul 2026 13:29:50 -0400 Subject: [PATCH] Fix compat with sckit-build-core 1.0.0 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 1b004efb3..8a38bb8aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,3 +172,4 @@ ignore_missing_imports = true cmake.build-type = "Release" cmake.build-args = ["--config", "Release"] wheel.cmake = false +editable.mode = "inplace"