File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
projects/mlir-python-bindings Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -141,6 +141,7 @@ jobs:
141141
142142 ccache -z
143143 $python3_command -m pip install -r third_party/llvm-project/mlir/python/requirements.txt
144+ $python3_command -m pip install "nanobind @ git+https://github.com/wjakob/nanobind.git" --force
144145 $python3_command -m pip install setuptools wheel
145146
146147 ###############################
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ Discussions = "https://discourse.llvm.org/"
2424requires = [
2525 " scikit-build-core>=0.10.7" ,
2626 " typing_extensions>=4.12.2" ,
27- " nanobind>=2.9, <3.0 " ,
27+ " nanobind @ git+https://github.com/wjakob/nanobind.git " ,
2828 " pybind11>=2.10.0, <=2.13.6" ,
2929 " numpy>=1.19.5, <=2.3.0" ,
3030]
You can’t perform that action at this time.
0 commit comments