Skip to content

Commit a1dd180

Browse files
angeloskathfaisalmemon
authored andcommitted
Use CMake <4.1 to avoid the nvpl error (ml-explore#2489)
1 parent c9312e2 commit a1dd180

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,6 +2,6 @@
22
requires = [
33
"setuptools>=80",
44
"nanobind==2.4.0",
5-
"cmake>=3.25",
5+
"cmake>=3.25,<4.1",
66
]
77
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)