From 332c4868ab0061eff1e9094e890b06794f3f50dc Mon Sep 17 00:00:00 2001 From: Hailin Wang Date: Sun, 27 Oct 2024 21:51:33 +0800 Subject: [PATCH] Remove pybind11 build dependency --- python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pyproject.toml b/python/pyproject.toml index badee6ba..0ec63185 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core>=0.10.0", "setuptools", "setuptools-scm", "pybind11"] +requires = ["scikit-build-core>=0.10.0", "setuptools", "setuptools-scm"] build-backend = "scikit_build_core.build" [project]