Skip to content

Commit

Permalink
Update nanobind to latest release
Browse files Browse the repository at this point in the history
  • Loading branch information
laggykiller committed May 23, 2024
1 parent d862e6b commit e522995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check_and_fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: isort .
- name: nanobind stubgen
run: |
pip install "nanobind @ git+https://github.com/wjakob/nanobind.git"
pip install nanobind
python -m nanobind.stubgen \
-m apngasm_python._apngasm_python \
-o src-python/apngasm_python/_apngasm_python.pyi \
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lint = [
[build-system] # How pip and other frontends should build this project
requires = [
"py-build-cmake==0.2.0a12",
"nanobind @ git+https://github.com/wjakob/nanobind.git",
"nanobind>=2.0.0",
"conan>=2.0"
]
build-backend = "py_build_cmake.build"
Expand Down

0 comments on commit e522995

Please sign in to comment.