This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-ai.git
The following commit(s) were added to refs/heads/main by this push:
new 0a6a705c chore: integrate pycgraph with uv for arm64 support (#309)
0a6a705c is described below
commit 0a6a705c661c822ec88ba0d22080dce36f89cfc4
Author: Linyu <[email protected]>
AuthorDate: Sat Nov 15 20:10:02 2025 +0800
chore: integrate pycgraph with uv for arm64 support (#309)
---
hugegraph-llm/pyproject.toml | 1 +
1 file changed, 1 insertion(+)
diff --git a/hugegraph-llm/pyproject.toml b/hugegraph-llm/pyproject.toml
index 12b1aeee..bfabcac0 100644
--- a/hugegraph-llm/pyproject.toml
+++ b/hugegraph-llm/pyproject.toml
@@ -97,6 +97,7 @@ allow-direct-references = true
[tool.uv.sources]
hugegraph-python-client = { workspace = true }
+pycgraph = { git = "https://github.com/ChunelFeng/CGraph.git", subdirectory =
"python", tag = "v3.2.2", marker = "platform_machine == 'aarch64'" }
[tool.mypy]
disable_error_code = ["import-untyped"]