Skip to content

Commit cc1a362

Browse files
chore: bump version to v0.6.1 and exclude buggy apache-tvm-ffi releases (#2347)
## Summary This PR bumps the FlashInfer version to v0.6.1 and updates the apache-tvm-ffi dependency to exclude buggy releases. ## Changes - Update `version.txt` to v0.6.1 - Add dependency exclusions for apache-tvm-ffi v0.1.8 and v0.1.8.post0 in both `requirements.txt` and `pyproject.toml` Fixes #2346 Generated with [Claude Code](https://claude.ai/code) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit ## Release Notes * **Chores** * Version bumped to 0.6.1 * Updated build and runtime dependencies to exclude problematic apache-tvm-ffi versions (0.1.8 and 0.1.8.post0) <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: Zihao Ye <yzh119@users.noreply.github.com>
1 parent 63a834d commit cc1a362

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license-files = ["LICENSE", "LICENSE*.txt"]
2727
flashinfer = "flashinfer.__main__:cli"
2828

2929
[build-system]
30-
requires = ["setuptools>=77", "packaging>=24", "apache-tvm-ffi>=0.1.6,<0.2"]
30+
requires = ["setuptools>=77", "packaging>=24", "apache-tvm-ffi>=0.1.6,!=0.1.8,!=0.1.8.post0,<0.2"]
3131
build-backend = "build_backend"
3232
backend-path = ["."]
3333

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
apache-tvm-ffi>=0.1.6,<0.2
1+
apache-tvm-ffi>=0.1.6,!=0.1.8,!=0.1.8.post0,<0.2
22
click
33
einops
44
ninja

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.0
1+
0.6.1

0 commit comments

Comments
 (0)