Skip to content

Commit a17c8c9

Browse files
committed
Modify requirements to specify cmake 3.x
1 parent bf0a618 commit a17c8c9

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
@@ -2,7 +2,7 @@
22
requires = [
33
"setuptools>=42",
44
"scikit-build>=0.13",
5-
"cmake>=3.18",
5+
"cmake>=3.18,<4.0",
66
"ninja",
77
"numpy>=1.21",
88
]

0 commit comments

Comments
 (0)