We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c642d6 commit 189e156Copy full SHA for 189e156
bindings/python/pyproject.toml
@@ -16,7 +16,7 @@
16
requires = [
17
"setuptools>=42",
18
"scikit-build",
19
- "cmake>=3.21, <4", # Keep in-sync with `CMakeLists.txt`
+ "cmake>=4, <5", # Keep in-sync with `CMakeLists.txt`
20
"numpy>=1.10.0, <2", # Keep in-sync with `setup.py`
21
"archspec>=0.2.0", # Keep in-sync with `setup.py`
22
"toml>=0.10.2", # Keep in-sync with `setup.py` required for the tests
0 commit comments