Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ grammar = [
# on macOS arm64, so an open-ended resolver can break Homebrew installs
# without any oMLX source change (#2428).
"xgrammar==0.2.3",
"apache-tvm-ffi==0.1.11",
"apache-tvm-ffi==0.1.13.post2",
]
mcp = [
"mcp>=1.5.0",
Expand Down Expand Up @@ -203,7 +203,7 @@ dev = [
# pip/uv dev installs unresolvable (#2289). Bump again once
# upstream lifts the cap.
"xgrammar==0.2.3",
"apache-tvm-ffi==0.1.11",
"apache-tvm-ffi==0.1.13.post2",
]
# PEP 735 dependency groups — consumed by `uv sync --dev`.
# Keep in sync with [project.optional-dependencies] dev above
Expand All @@ -218,7 +218,7 @@ dev = [
"mcp>=1.5.0",
"venvstacks>=0.7.0",
"xgrammar==0.2.3",
"apache-tvm-ffi==0.1.11",
"apache-tvm-ffi==0.1.13.post2",
]

[project.urls]
Expand Down
Loading