This is an automated email from the ASF dual-hosted git repository.

MasterJH5574 pushed a commit to branch v0.25.0
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/v0.25.0 by this push:
     new 5ec68440e5 [Python] Bump apache-tvm-ffi floor to >=0.1.12 on v0.25.0 
(#19701)
5ec68440e5 is described below

commit 5ec68440e5ec0ac5cbf4dc2a774dc3e4bee14a80
Author: Ruihang Lai <[email protected]>
AuthorDate: Tue Jun 9 15:51:01 2026 -0400

    [Python] Bump apache-tvm-ffi floor to >=0.1.12 on v0.25.0 (#19701)
    
    Bumping tvm-ffi minimal requirement since v0.1.12 is released.
---
 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",

Reply via email to