Skip to content

Commit 3b25527

Browse files
authored
Update nanobind to 2.13.0 for stubgen (#1618)
1 parent 5168cce commit 3b25527

6 files changed

Lines changed: 17 additions & 33 deletions

File tree

.github/workflows/_build_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ jobs:
227227
spdl --help
228228
229229
# Install deps
230-
conda run -n test_env python -m pip install numpy nanobind==2.8.0 typing_extensions
230+
conda run -n test_env python -m pip install numpy nanobind==2.13.0 typing_extensions
231231
232232
# Install FFmpeg
233233
conda install -q ffmpeg==8

.github/workflows/_build_linux_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
spdl --help
336336
337337
# Install deps
338-
conda run -n test_env python -m pip install numpy nanobind==2.8.0 typing_extensions
338+
conda run -n test_env python -m pip install numpy nanobind==2.13.0 typing_extensions
339339
340340
# Install CUDA
341341
cuda_ver="${{ inputs.cuda-version }}"

src/spdl/io/lib/_archive.pyi

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/spdl/io/lib/_libspdl.pyi

Lines changed: 7 additions & 28 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/spdl/io/lib/_libspdl_cuda.pyi

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/third_party/nanobind/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ message(STATUS "########################################")
1414
message(STATUS "# Configuring nanobind")
1515
message(STATUS "########################################")
1616

17+
# NOTE
18+
# When updating nanobind, also update the version in stubgen CI job
19+
# .github/workflows/_build_linux[_cuda].yml
1720
FetchContent_Declare(
1821
nanobind
1922
URL https://github.com/wjakob/nanobind/archive/refs/tags/v2.13.0.zip

0 commit comments

Comments
 (0)