Use CMake <4.1 to avoid the nvpl error (#2489)

This commit is contained in:
Angelos Katharopoulos 2025-08-12 00:03:42 -07:00 committed by GitHub
parent 7fde1b6a1e
commit 8ae4a76308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,6 +2,6 @@
requires = [ requires = [
"setuptools>=80", "setuptools>=80",
"nanobind==2.4.0", "nanobind==2.4.0",
"cmake>=3.25", "cmake>=3.25,<4.1",
] ]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"