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 8b948e8 commit 38e549aCopy full SHA for 38e549a
pyproject.toml
@@ -1,6 +1,6 @@
1
[build-system]
2
requires = [
3
- "cmake", # For building binary targets in the wheel.
+ "cmake<4.0.0", # For building binary targets in the wheel. 4.0.0 breaks third-party CMake build so temporarily pin the version.
4
"pip>=23", # For building the pip package.
5
"pyyaml", # Imported by the kernel codegen tools.
6
"setuptools>=63", # For building the pip package contents.
0 commit comments