Skip to content

Commit faf996f

Browse files
Update cmake requirement from <=4.2.1 to <=4.3.0
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@0.1.0...4.3.0) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.3.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0e5049 commit faf996f

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
@@ -25,7 +25,7 @@ dependencies = [
2525
requires = [
2626
"setuptools>=77,<=80.9.0",
2727
"wheel<=0.45.1",
28-
"cmake<=4.2.1",
28+
"cmake<=4.3.0",
2929
"patchelf<=0.17.2.4; sys_platform == 'linux' and platform_machine == 'x86_64'"
3030
]
3131
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)