This commit is contained in:
yichuan520030910320
2025-07-25 01:45:57 -07:00
5 changed files with 8 additions and 7 deletions

View File

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