Update nanobind pin to most recent version (#2896)

This commit is contained in:
Nathan Goldbaum
2025-12-11 07:07:36 -07:00
committed by GitHub
parent 3c8ce9b00e
commit e1fee0074b
9 changed files with 10 additions and 10 deletions

View File

@@ -36,7 +36,7 @@ runs:
run: |
python -m venv .venv
source .venv/bin/activate
pip install setuptools cmake nanobind==2.4.0
pip install setuptools cmake nanobind==2.10.2
echo PATH=$PATH >> $GITHUB_ENV
# Make cmake search .venv for nanobind
echo PYTHONPATH=`python -c 'import sys; print(sys.path[-1])'` >> $GITHUB_ENV