Skip to content

Commit 924c143

Browse files
authored
Merge pull request #112 from python-project-templates/dependabot/pip/nanobind-lt-2.14.0
Update nanobind requirement from <2.13.0 to <2.14.0
2 parents 7c4c99e + 7ba24c2 commit 924c143

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ develop = [
6262
"uv",
6363
"wheel",
6464
# test
65-
"nanobind<2.13.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
65+
"nanobind",
6666
"pybind11",
6767
"pytest",
6868
"pytest-cov",

0 commit comments

Comments
 (0)