Fix warnings with cmake 4.1 (#2774)

This commit is contained in:
Cheng
2025-11-16 07:12:47 +09:00
committed by GitHub
parent 9ac7dbe877
commit 1bedcbd556
2 changed files with 4 additions and 1 deletions

View File

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