Skip to content

Commit 644989e

Browse files
authoredMay 1, 2025··
Update nanobind requirement from <2.7.0 to <2.8.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.7.0) --- updated-dependencies: - dependency-name: nanobind dependency-version: 2.7.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 49da35d commit 644989e

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
@@ -47,7 +47,7 @@ develop = [
4747
"uv",
4848
"wheel",
4949
# test
50-
"nanobind<2.7.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
50+
"nanobind<2.8.0", # https://github.com/wjakob/nanobind/commit/abd27e3b5565bc95f5091321f0f863fce8b5b95b
5151
"pybind11",
5252
"pytest",
5353
"pytest-cov",

0 commit comments

Comments
 (0)
Please sign in to comment.