From c0eba77ed6061624e684ad16af5092b9f2859386 Mon Sep 17 00:00:00 2001 From: Jinjie Liu Date: Mon, 20 Apr 2026 10:23:36 +0800 Subject: [PATCH] switch backend to setuptools Signed-off-by: Jinjie Liu --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e7c48e2..2809dff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,8 +9,8 @@ dependencies = [ ] [build-system] -requires = ["scikit-build-core"] -build-backend = "scikit_build_core.build" +requires = ["setuptools"] +build-backend = "setuptools.build_meta" [tool.setuptools] packages = ["triton_tvm_ffi"]