Skip to content

Commit

Permalink
Update nanobind
Browse files Browse the repository at this point in the history
  • Loading branch information
tttapa committed May 19, 2024
1 parent b618cbe commit 53c4679
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/nanobind-project/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dynamic = ["version", "description"]
add = "nanobind_project.add:main"

[build-system]
requires = ["py-build-cmake~=0.2.0a13.dev0", "nanobind~=1.5.1", "nanobind-stubgen~=0.1.1"]
requires = ["py-build-cmake~=0.2.0a13.dev0", "nanobind~=1.9.2", "nanobind-stubgen~=0.1.5"]
build-backend = "py_build_cmake.build"

[tool.py-build-cmake.module]
Expand Down
4 changes: 2 additions & 2 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ def editable(session: nox.Session, mode):
"pytest",
"pybind11~=2.12.0",
"pybind11-stubgen~=0.16.2",
"nanobind~=1.5.1",
"nanobind-stubgen~=0.1.1",
"nanobind~=1.9.2",
"nanobind-stubgen~=0.1.5",
"cmake",
"ninja",
)
Expand Down

0 comments on commit 53c4679

Please sign in to comment.