From bf2e172cfdc3fb5483ae7c2c4819bb1bdef0a82f Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 13 Aug 2024 11:51:48 -0400 Subject: [PATCH] WIP: try pybind11 PR Signed-off-by: Henry Schreiner --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index adaad921..312cb03f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core>=0.10", "pybind11>=2.13.2"] +requires = ["scikit-build-core>=0.10", "pybind11 @ git+https://github.com/henryiii/pybind11@henryiii/fix/emscripten3"] build-backend = "scikit_build_core.build" [project]