blob: 527e76b5e3f3d01cc444d601d58ce86ef8dccc79 [file] [log] [blame]
[build-system]
requires = [
"setuptools>=42",
"wheel",
"cmake",
# Note that the compiler wheel does not presently need nanobind, but
# it's build is enabled by the same flag which enables the runtime
# configuration, which does.
"nanobind==2.0",
"ninja",
# MLIR build depends.
"numpy",
"packaging",
"pybind11>=2.10.1",
"PyYAML",
]
build-backend = "setuptools.build_meta"