Skip to content

Commit d2ac4fb

Browse files
authored
Update pyproject.toml
1 parent 3bdd351 commit d2ac4fb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/mlir-python-bindings-wasm/pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ Discussions = "https://discourse.llvm.org/"
2323
requires = [
2424
"scikit-build-core==0.10.7",
2525
"typing_extensions==4.12.2",
26-
"nanobind>=2.4, <3.0",
26+
# https://github.com/wjakob/nanobind/commit/dd350fe81931a1b362196cb415d188c36422766e#diff-8599263e788c107944d356ce118965942735cfbe16289ccf98ee5f8a33f0e808
27+
# error: static assertion failed due to requirement 'pyobj_name::total_count * sizeof(_object *) == 96'
28+
"nanobind>=2.4, <=2.9.2",
2729
"pybind11>=2.10.0, <=2.13.6",
2830
]
2931
build-backend = "scikit_build_core.build"

0 commit comments

Comments
 (0)