Skip to content

Commit 3b3f262

Browse files
committed
fix(pyproject.toml): add pybind11 as build-system tool
Signed-off-by: Pablo Carmona Gonzalez <[email protected]>
1 parent 2f19fef commit 3b3f262

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "scikit-build >= 0.18.1", "ninja"]
2+
requires = ["setuptools", "wheel", "scikit-build >= 0.18.1", "pybind11 >= 3.0.1", "ninja"]
33
build-backend = "setuptools.build_meta"
44

55
[project]

0 commit comments

Comments
 (0)