Skip to content

Commit 95488b1

Browse files
Update cmake requirement from ~=3.28.1 to ~=4.2.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@3.28.1...4.2.0) --- updated-dependencies: - dependency-name: cmake dependency-version: 4.2.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1819bb1 commit 95488b1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
cmake~=3.28.1
1+
cmake~=4.2.0
22
black~=25.9.0
33
flynt~=1.0
44
isort[colors]~=6.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ requires = [
1818
"setuptools>=78.1.1",
1919
"pybind11[global]",
2020
# "pip install" from sources needs to build Pybind, which needs CMake too.
21-
"cmake~=3.28.1",
21+
"cmake~=4.2.0",
2222
]
2323
build-backend = "setuptools.build_meta"
2424

0 commit comments

Comments
 (0)