Skip to content

Commit 5f935f6

Browse files
authored
Merge pull request #2 from hawkeyeking/main
Modify requirements to require CMake 3.x
2 parents bf0a618 + a17c8c9 commit 5f935f6

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)