Skip to content

Commit 77c9522

Browse files
authored
chore: bump apache-tvm-ffi 0.1.9 -> 0.1.11 (#47)
1 parent bdabf6c commit 77c9522

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,6 @@ def run(self):
220220
'build_py': CustomBuildPy,
221221
},
222222
install_requires=[
223-
'apache-tvm-ffi==0.1.9',
223+
'apache-tvm-ffi==0.1.11',
224224
],
225225
)

sgl_deep_gemm/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919
dynamic = ["version"]
2020

2121
dependencies = [
22-
"apache-tvm-ffi==0.1.9",
22+
"apache-tvm-ffi==0.1.11",
2323
]
2424

2525
[project.optional-dependencies]

0 commit comments

Comments
 (0)