Skip to content

Commit 7c53b48

Browse files
committed
[NOMERGE] try nanobind head
1 parent af26297 commit 7c53b48

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build_llvm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
###############################

projects/mlir-python-bindings/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Discussions = "https://discourse.llvm.org/"
2424
requires = [
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
]

0 commit comments

Comments
 (0)