chore: build and package

This commit is contained in:
Andy Lee
2025-07-24 00:47:46 -07:00
parent efd6373b32
commit 7add391b2c
8 changed files with 421 additions and 4 deletions

View File

@@ -8,7 +8,12 @@ build-backend = "scikit_build_core.build"
name = "leann-backend-hnsw"
version = "0.1.0"
description = "Custom-built HNSW (Faiss) backend for the Leann toolkit."
dependencies = ["leann-core==0.1.0", "numpy"]
dependencies = [
"leann-core==0.1.0",
"numpy",
"pyzmq>=23.0.0",
"msgpack>=1.0.0",
]
[tool.scikit-build]
wheel.packages = ["leann_backend_hnsw"]