Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
spdl --help

# Install deps
conda run -n test_env python -m pip install numpy nanobind==2.8.0 typing_extensions
conda run -n test_env python -m pip install numpy nanobind==2.13.0 typing_extensions

# Install FFmpeg
conda install -q ffmpeg==8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_build_linux_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ jobs:
spdl --help

# Install deps
conda run -n test_env python -m pip install numpy nanobind==2.8.0 typing_extensions
conda run -n test_env python -m pip install numpy nanobind==2.13.0 typing_extensions

# Install CUDA
cuda_ver="${{ inputs.cuda-version }}"
Expand Down
2 changes: 2 additions & 0 deletions src/spdl/io/lib/_archive.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

35 changes: 7 additions & 28 deletions src/spdl/io/lib/_libspdl.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions src/spdl/io/lib/_libspdl_cuda.pyi

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions src/third_party/nanobind/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ message(STATUS "########################################")
message(STATUS "# Configuring nanobind")
message(STATUS "########################################")

# NOTE
# When updating nanobind, also update the version in stubgen CI job
# .github/workflows/_build_linux[_cuda].yml
FetchContent_Declare(
nanobind
URL https://github.com/wjakob/nanobind/archive/refs/tags/v2.13.0.zip
Expand Down
Loading