diff --git a/ATTRIBUTIONS-Python.md b/ATTRIBUTIONS-Python.md index 8df48d3642..066af45b0b 100644 --- a/ATTRIBUTIONS-Python.md +++ b/ATTRIBUTIONS-Python.md @@ -5261,7 +5261,7 @@ For more information, please refer to - `Tracker`: https://github.com/tox-dev/py-filelock/issues -## flashinfer-python (0.6.2) +## flashinfer-python (0.6.3) ### Licenses License: `Apache-2.0` diff --git a/requirements.txt b/requirements.txt index 1a854224e6..437a7470f7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ ordered-set peft patchelf einops -flashinfer-python~=0.6.2 +flashinfer-python==0.6.3 opencv-python-headless xgrammar==0.1.25 llguidance==0.7.29 diff --git a/security_scanning/pyproject.toml b/security_scanning/pyproject.toml index d45b30878f..b43bce03a6 100644 --- a/security_scanning/pyproject.toml +++ b/security_scanning/pyproject.toml @@ -56,7 +56,7 @@ dependencies = [ "peft (>=0.18.1,<0.19.0)", "patchelf (>=0.17.2.4,<0.18.0.0)", "einops (>=0.8.2,<0.9.0)", - "flashinfer-python (>=0.6.2,<0.7.0)", + "flashinfer-python (>=0.6.3,<0.7.0)", "xgrammar (==0.1.25)", "llguidance (==0.7.29)", "jsonschema (>=4.26.0,<5.0.0)",