Merge branch 'main' into fix-mac-intel-build

This commit is contained in:
Andy Lee
2025-08-11 01:54:29 -07:00
committed by GitHub
10 changed files with 4021 additions and 3531 deletions

View File

@@ -6,10 +6,10 @@ build-backend = "scikit_build_core.build"
[project]
name = "leann-backend-hnsw"
version = "0.2.5"
version = "0.2.7"
description = "Custom-built HNSW (Faiss) backend for the Leann toolkit."
dependencies = [
"leann-core==0.2.5",
"leann-core==0.2.7",
"numpy",
"pyzmq>=23.0.0",
"msgpack>=1.0.0",