Skip to content

Commit 1d75ea8

Browse files
Update cmake requirement from >=3.14 to >=4.3.2
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](scikit-build/cmake-python-distributions@3.14.3...4.3.2) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.3.2 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e24ce5c commit 1d75ea8

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
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=82.0.1",
44
"wheel",
5-
"cmake>=3.14",
5+
"cmake>=4.3.2",
66
"ninja; sys_platform != 'win32' and platform_machine != 'arm64'",
77
# Documentation requirements (see docs/requirements.txt for details)
88
"urllib3<3",

0 commit comments

Comments
 (0)