This is an automated email from the ASF dual-hosted git repository.
tlopex pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new b0532f7277 [Python] Bump apache-tvm-ffi floor to >=0.1.12 (#19710)
b0532f7277 is described below
commit b0532f7277859264c979d4c830ca1a1c3e3ab952
Author: Ruihang Lai <[email protected]>
AuthorDate: Tue Jun 9 21:54:44 2026 -0400
[Python] Bump apache-tvm-ffi floor to >=0.1.12 (#19710)
Bumping tvm-ffi minimal requirement since v0.1.12 is released.
This applies the v0.25.0 branch change in #19701 to main.
---
pyproject.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pyproject.toml b/pyproject.toml
index b22ea3b6f0..cb3a3189d8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -45,7 +45,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
- "apache-tvm-ffi>=0.1.11",
+ "apache-tvm-ffi>=0.1.12",
"ml_dtypes",
"numpy",
"psutil",