From a718ae4d7d8f68e8f9f76a0a8c174e4c9d89d61d Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 13 Aug 2024 13:54:44 -0400 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ec0aee46..eaff9138 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core>=0.10", "pybind11>=3.13.3"] +requires = ["scikit-build-core>=0.10", "pybind11>=2.13.3"] build-backend = "scikit_build_core.build" [project]