Skip to content

Commit 22f15d8

Browse files
chore(deps): update dependency cmake to v4
1 parent 94e24ba commit 22f15d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
requires = [
1717
"setuptools>=42",
1818
"scikit-build",
19-
"cmake>=3.21, <4", # Keep in-sync with `CMakeLists.txt`
19+
"cmake>=4, <5", # Keep in-sync with `CMakeLists.txt`
2020
"numpy>=1.10.0, <2", # Keep in-sync with `setup.py`
2121
"archspec>=0.2.0", # Keep in-sync with `setup.py`
2222
"toml>=0.10.2", # Keep in-sync with `setup.py` required for the tests

0 commit comments

Comments
 (0)