Skip to content

Commit b7a591e

Browse files
Update nanobind requirement from <2.11.0 to <2.12.0
Updates the requirements on [nanobind](https://github.com/wjakob/nanobind) to permit the latest version. - [Changelog](https://github.com/wjakob/nanobind/blob/master/docs/changelog.rst) - [Commits](wjakob/nanobind@v0.0.1...v2.11.0) --- updated-dependencies: - dependency-name: nanobind dependency-version: 2.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent be103fa commit b7a591e

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
@@ -57,7 +57,7 @@ develop = [
5757
"uv",
5858
"wheel",
5959
# test
60-
"nanobind<2.11.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
60+
"nanobind<2.12.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
6161
"pybind11",
6262
"pytest",
6363
"pytest-cov",

0 commit comments

Comments
 (0)