Merge branch 'main' into feature/graph-partition-support

This commit is contained in:
Andy Lee
2025-08-08 16:02:54 -07:00
committed by GitHub
8 changed files with 43 additions and 44 deletions

View File

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