Skip to content

Commit

Permalink
Update nanobind
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhang93 committed Dec 31, 2024
1 parent 9248b39 commit 473128c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Python deps
run: |
pip install -r third_party/iree/runtime/bindings/python/iree/runtime/build_requirements.txt
pip install pyyaml pybind11==2.13.6 nanobind==2.2.0
pip install pyyaml pybind11==2.13.6 nanobind==2.4.0
- name: Enable cache
uses: actions/cache/restore@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Python deps
run: |
pip install -r third_party/iree/runtime/bindings/python/iree/runtime/build_requirements.txt
pip install pytest pybind11==2.13.6 nanobind==2.2.0
pip install pytest pybind11==2.13.6 nanobind==2.4.0
- name: Enable cache
uses: actions/cache/restore@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
- name: Python deps
run: |
pip install -r third_party\iree\runtime\bindings\python\iree\runtime\build_requirements.txt
pip install pyyaml pybind11==2.13.6 nanobind==2.2.0
pip install pyyaml pybind11==2.13.6 nanobind==2.4.0
- name: Enable cache
uses: actions/cache/restore@v3
Expand Down

0 comments on commit 473128c

Please sign in to comment.