aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
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"