Skip to content

Commit

Permalink
[CD] Install nanobind when building wheels. (#8005)
Browse files Browse the repository at this point in the history
We recently started supporting nanobind as a dependency in upstream
MLIR. This is installed in our CI images, but not the Python wheel CI
environment. This adds that dependency to the package used for the
Python wheel build.
  • Loading branch information
mikeurbach authored Dec 18, 2024
1 parent 9ba70e0 commit e508c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Bindings/Python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ requires = [
# MLIR build depends.
"numpy",
"pybind11>=2.11,<=2.12",
"nanobind==2.4.0",
"PyYAML",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit e508c74

Please sign in to comment.