Skip to content

Commit 40e796a

Browse files
authored
Merge pull request #50 from python-project-templates/dependabot/pip/nanobind-lt-2.9.0
Update nanobind requirement from <2.8.0 to <2.9.0
2 parents 9b4e0f3 + 3cd247f commit 40e796a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ develop = [
5353
"uv",
5454
"wheel",
5555
# test
56-
"nanobind<2.8.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
56+
"nanobind<2.9.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
5757
"pybind11",
5858
"pytest",
5959
"pytest-cov",

0 commit comments

Comments
 (0)