Skip to content

Commit 2227491

Browse files
committed
fix: Don’t use cmake 4 to build
1 parent 870f6f5 commit 2227491

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
@@ -5,7 +5,7 @@ requires = [
55
"Cython>=0.20",
66
"pybind11>=2.12",
77
"ninja; sys_platform != 'Windows'",
8-
"cmake>=3.18",
8+
"cmake (>=3.18,<4.0.0)",
99
]
1010

1111
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)