diff --git a/pyproject.toml b/pyproject.toml index c151c16..a317a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools>=42", - "pybind11~=2.9.2", + "pybind11 @ git+https://github.com/pybind/pybind11@henryiii/fix/pypy", "cmake>=3.22", "scikit-build>=0.15.0", ] @@ -14,3 +14,4 @@ profile = "black" test-command = "pytest {project}/tests" test-extras = ["test"] test-skip = ["*universal2:arm64"] +build-verbosity = 1