aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-08-15 11:16:52 +0200
committerblasty <peter@haxx.in>2026-08-15 11:16:52 +0200
commit96ce4ccb2433600e710929a48b55238721ecb061 (patch)
treece60a8043ab8167b57dbb5dd42b17793726c0ac0 /pyproject.toml
parentdocs: drop the triskel evaluation artifacts (diff)
downloadida-tui-96ce4ccb2433600e710929a48b55238721ecb061.tar.gz
ida-tui-96ce4ccb2433600e710929a48b55238721ecb061.tar.xz
ida-tui-96ce4ccb2433600e710929a48b55238721ecb061.zip
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.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
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"