blob: 773d036e62f564d70a1a0e5586d291b78ded8806 [file] [log] [blame]
[build-system]
requires = [
"setuptools>=42",
"wheel",
# Officially supported pybind11 version. This is pinned to guarantee 100% reproducible CI.
# As a result, the version needs to be bumped manually at will.
"pybind11==2.9.2",
]
build-backend = "setuptools.build_meta"