From 95f93dc82da3df21e1af4e30ef6572c22e3ec0a4 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Tue, 13 Aug 2024 13:47:01 -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 312cb03f..ec0aee46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["scikit-build-core>=0.10", "pybind11 @ git+https://github.com/henryiii/pybind11@henryiii/fix/emscripten3"] +requires = ["scikit-build-core>=0.10", "pybind11>=3.13.3"] build-backend = "scikit_build_core.build" [project]