From 3158d038dfaa73aea3443e4e1b49a8ca55b2c89c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Aug 2025 15:30:46 +0000 Subject: [PATCH] build(deps): update pybind11 requirement from <3.0.0 to <4.0.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](https://github.com/pybind/pybind11/compare/v1.0...v3.0.0) --- updated-dependencies: - dependency-name: pybind11 dependency-version: 3.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8cb347206..5a2a7b22d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ dynamic = ["version", "readme"] [build-system] requires = [ "scikit-build-core[pyproject]", - "pybind11<3.0.0", + "pybind11<4.0.0", "numpy>=2.0.0", # "mkl-devel; platform_machine in 'x86_64 x86 AMD64'", # "mkl-static; platform_machine in 'x86_64 x86 AMD64'",