blob: 6db437b9dfc871f0d93b20738c885774ac86213c [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",
"sympy",
]
build-backend = "setuptools.build_meta"