Skip to content

Commit 8cbff14

Browse files
Update pybind11 requirement from >=2.10.0 to >=3.0.4
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.10.0...v3.0.4) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.4 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c40a73 commit 8cbff14

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
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=82.0.1", "wheel", "setuptools_scm[toml]>=9.2.2", "pybind11>=2.10.0"]
2+
requires = ["setuptools>=82.0.1", "wheel", "setuptools_scm[toml]>=9.2.2", "pybind11>=3.0.4"]
33
build-backend = "setuptools.build_meta"
44

55
[tool.setuptools_scm]

0 commit comments

Comments
 (0)