From 96ce4ccb2433600e710929a48b55238721ecb061 Mon Sep 17 00:00:00 2001 From: blasty Date: Sat, 15 Aug 2026 11:16:52 +0200 Subject: docs: be honest that the triskel fork is unpublished The install instructions pointed at ~/dev/triskel, a path only I have, so a reader could not act on them. Say plainly that the patched pytriskel is not released yet and that native is the supported default. Also drops the .fastfeedback/SPEED.md references and refreshes a stale branch name and commit hash in bench_ops.py. --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index f8e75e6..a46dd45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,8 +16,8 @@ dev = ["pytest>=8"] # The graph view's SESE layout engine (`e` in graph mode) is optional: without # it, layout falls back to the pure-python engine. It is deliberately NOT listed # as a dependency -- PyPI's pytriskel has no wheel for current Pythons, no sdist, -# and a binding bug that makes edge routes unreachable. Install our fork: -# uv pip install ~/dev/triskel/bindings/python +# and a binding bug that makes edge routes unreachable. It needs a patched fork +# that is not published yet; see docs/GRAPH_VIEW.md. [project.scripts] idatui = "idatui.launch:main" -- cgit v1.3.1-sl0p