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]