This is an automated email from the ASF dual-hosted git repository. junrushao pushed a commit to branch junrus/2025-04-02/always-use-bundled-tvm-ffi in repository https://gitbox.apache.org/repos/asf/tvm.git
commit c2dc0ee49fac56e4b90ff5755dc61b11730f5b87 Author: Junru Shao <[email protected]> AuthorDate: Thu Apr 2 17:42:45 2026 -0700 Always build with bundled tvm-ffi --- pyproject.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 062f357bfa..c9c1179716 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -269,5 +269,8 @@ ignore_errors = true module = ["python.tvm.runtime.*"] ignore_errors = true +[tool.uv.sources] +apache-tvm-ffi = { path = "3rdparty/tvm-ffi", editable = true } + [dependency-groups] lint = ["pre-commit"]
