blob: bafc162bebcf3c846a447b88193fda96dac0c5af [file] [log] [blame]
[build-system]
requires = [
"setuptools>=42",
"wheel",
# There is no fundamental reason to pin this CMake version, beyond
# build stability.
"cmake==3.18",
# MLIR build depends.
"numpy",
# Version 2.7.0 excluded: https://github.com/pybind/pybind11/issues/3136
"pybind11>=2.6.0,!=2.7.0",
"PyYAML",
]
build-backend = "setuptools.build_meta"