Declare CMake for isolated source builds
Some checks failed
Build / wheels (x86_64, ubuntu-latest) (push) Failing after 2s
Build / source (push) Failing after 1s
Build / lint (push) Failing after 1s
Build / wheels (aarch64, ubuntu-24.04-arm) (push) Has been cancelled
Build / wheels (arm64, macos-15) (push) Has been cancelled

This commit is contained in:
2026-09-21 22:57:46 -05:00
parent 05cc505ef4
commit 6889e97c28

View File

@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools", "wheel", "cython>=3.0"]
requires = ["setuptools", "wheel", "cython>=3.0", "cmake>=3.18"]
build-backend = "setuptools.build_meta"
[project]