This is an automated email from the ASF dual-hosted git repository.
spectrometerHBH pushed a commit to branch v0.26.0
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/v0.26.0 by this push:
new f3bff33a0e [Web] Bump tvmjs version to 0.26.0 and apache-tvm-ffi
floor to >=0.1.13.post2 (#20093)
f3bff33a0e is described below
commit f3bff33a0e03665522bf28ed20cfb70df1eac89b
Author: Ruihang Lai <[email protected]>
AuthorDate: Wed Aug 5 13:55:17 2026 -0400
[Web] Bump tvmjs version to 0.26.0 and apache-tvm-ffi floor to
>=0.1.13.post2 (#20093)
Bumping the tvmjs version from `0.26.0-dev0` to `0.26.0` for v0.26.0
release.
Also bumping the apache-tvm-ffi floor given the v0.13.0.post2 comes with
abi breaking changes.
---
pyproject.toml | 2 +-
web/package-lock.json | 4 ++--
web/package.json | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pyproject.toml b/pyproject.toml
index 14af7d4c8b..880e6bb070 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,7 +50,7 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = [
- "apache-tvm-ffi>=0.1.13",
+ "apache-tvm-ffi>=0.1.13.post2",
"ml_dtypes",
"numpy",
"typing_extensions",
diff --git a/web/package-lock.json b/web/package-lock.json
index 1a31405972..3eea32adb4 100644
--- a/web/package-lock.json
+++ b/web/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "tvmjs",
- "version": "0.26.0-dev0",
+ "version": "0.26.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "tvmjs",
- "version": "0.26.0-dev0",
+ "version": "0.26.0",
"license": "Apache-2.0",
"dependencies": {
"audit": "^0.0.6",
diff --git a/web/package.json b/web/package.json
index de9e28aafa..75bafda136 100644
--- a/web/package.json
+++ b/web/package.json
@@ -3,7 +3,7 @@
"description": "TVM WASM/WebGPU runtime for JS/TS",
"license": "Apache-2.0",
"homepage": "https://github.com/apache/tvm/tree/main/web",
- "version": "0.26.0-dev0",
+ "version": "0.26.0",
"files": [
"lib"
],