From c0ea9dcec21484388fb9085f9692aafd8b3618f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:43:35 +0000 Subject: [PATCH] Update cmake requirement from <3.27 to <4.5 Updates the requirements on [cmake](https://github.com/scikit-build/cmake-python-distributions) to permit the latest version. - [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases) - [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/main/HISTORY.rst) - [Commits](https://github.com/scikit-build/cmake-python-distributions/compare/0.1.0...4.4.2) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.4.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1793b3825..2fe093787 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] requires = [ - "cmake<3.27", + "cmake<4.5", "deprecated", # Because used in csp.impl.struct, which is used in autogen # oldest numpy 2 we can "numpy>=2,<2.1; python_version < '3.13'",