Skip to content

Commit 094f9c7

Browse files
Update pybind11 requirement from ~=2.13.6 to >=2.13.6,<3.1.0
Updates the requirements on [pybind11](https://github.com/pybind/pybind11) to permit the latest version. - [Release notes](https://github.com/pybind/pybind11/releases) - [Changelog](https://github.com/pybind/pybind11/blob/master/docs/changelog.md) - [Commits](pybind/pybind11@v2.13.6...v3.0.0) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2447f18 commit 094f9c7

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
@@ -10,7 +10,7 @@ dependencies = [
1010
"numpy~=1.26.4",
1111
"scipy~=1.15.2",
1212
"torch>=2.6,<2.8",
13-
"pybind11~=2.13.6",
13+
"pybind11>=2.13.6,<3.1.0",
1414
"ninja~=1.11.1.4",
1515
"tyro~=0.9.18",
1616
"pyyaml~=6.0.2",

0 commit comments

Comments
 (0)