[build-system] requires = ["scikit-build-core>=0.10", "pybind11>=2.12.0", "numpy"] build-backend = "scikit_build_core.build" [project] name = "leann-backend-diskann" version = "0.1.16" dependencies = ["leann-core==0.1.16", "numpy", "protobuf>=3.19.0"] [tool.scikit-build] # Key: simplified CMake path cmake.source-dir = "third_party/DiskANN" # Key: Python package in root directory, paths match exactly wheel.packages = ["leann_backend_diskann"] # Use default redirect mode editable.mode = "redirect" cmake.build-type = "Release" build.verbose = true build.tool-args = ["-j8"]