Skip to content

Commit 0962c51

Browse files
chore(deps): update to latest version of nanobind (#128)
This includes wjakob/nanobind#939 and wjakob/nanobind#940, which fixes an issue I encountered while working on #78, so we need the new version of `nanobind` for CI to pass and stub generation to be correct for that. Signed-off-by: Ingo Müller <[email protected]>
1 parent 6a52d82 commit 0962c51

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements-unfrozen.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# MLIR dependencies.
22
-r third_party/llvm-project/mlir/python/requirements.txt
3+
nanobind>=2.7.0
34

45
# Testing.
56
datafusion==32.0.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ matplotlib==3.10.0
1414
mdurl==0.1.2
1515
ml_dtypes==0.5.0
1616
multipledispatch==1.0.0
17-
nanobind==2.5.0
17+
nanobind==2.7.0
1818
nodeenv==1.9.1
1919
numpy==1.26.4
2020
packaging==24.2

0 commit comments

Comments
 (0)