Skip to content

Commit

Permalink
Python: replace pybind11 with nanobind.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Aug 6, 2024
1 parent b6a3508 commit d25b903
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SUNDIALS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
sundials:
name: SUNDIALS
name: SUNDIALS
uses: ./.github/workflows/buildThirdPartyLibrary.yml
with:
third_party_library_name: SUNDIALS
2 changes: 1 addition & 1 deletion extern/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
`libOpenCOR <https://opencor.ws/libopencor/index.html>`__ relies on the following external projects:

- `GoogleTest <https://github.com/google/googletest>`__ at commit `305e5a2 <https://github.com/google/googletest/commit/305e5a238b3c8d11266fbafd85520fb6b3184851>`__; and
- `nanobind <https://github.com/wjakob/nanobind>`__ `2.12.0 <https://github.com/wjakob/nanobind/releases/tag/v2.0.0>`__.
- `nanobind <https://github.com/wjakob/nanobind>`__ `2.0.0 <https://github.com/wjakob/nanobind/releases/tag/v2.0.0>`__.

0 comments on commit d25b903

Please sign in to comment.