We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdd351 commit d2ac4fbCopy full SHA for d2ac4fb
projects/mlir-python-bindings-wasm/pyproject.toml
@@ -23,7 +23,9 @@ Discussions = "https://discourse.llvm.org/"
23
requires = [
24
"scikit-build-core==0.10.7",
25
"typing_extensions==4.12.2",
26
- "nanobind>=2.4, <3.0",
+ # 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",
29
"pybind11>=2.10.0, <=2.13.6",
30
]
31
build-backend = "scikit_build_core.build"
0 commit comments