From 9f9e0b1027b4827d3ce0cc31793ae4e77bcf4cd8 Mon Sep 17 00:00:00 2001 From: yihwang-nv Date: Tue, 26 May 2026 19:50:35 -0700 Subject: [PATCH] [None][chore] Update flashinfer-python from 0.6.12rc1 to 0.6.12rc2 Bump flashinfer-python dependency to 0.6.12rc2. Switch the dependency spec in requirements.txt and security_scanning/pyproject.toml from the git+ URL pin used for 0.6.12rc1 back to a regular PyPI version pin now that 0.6.12rc2 is published on PyPI. Updated version references in requirements.txt, security_scanning/pyproject.toml, and ATTRIBUTIONS-Python.md. Signed-off-by: yihwang-nv --- ATTRIBUTIONS-Python.md | 2 +- requirements.txt | 2 +- security_scanning/pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ATTRIBUTIONS-Python.md b/ATTRIBUTIONS-Python.md index 39bfa93bf760..4ae2f5070ff1 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.12rc1) +## flashinfer-python (0.6.12rc2) ### Licenses License: `Apache-2.0` diff --git a/requirements.txt b/requirements.txt index 9b76d52b0c86..1373acedf491 100644 --- a/requirements.txt +++ b/requirements.txt @@ -54,7 +54,7 @@ ordered-set peft>=0.18.1,<0.19.0 patchelf einops -flashinfer-python @ git+https://github.com/flashinfer-ai/flashinfer.git@v0.6.12rc1#egg=flashinfer-python +flashinfer-python==0.6.12rc2 opencv-python-headless xgrammar==0.1.32 llguidance==0.7.29 diff --git a/security_scanning/pyproject.toml b/security_scanning/pyproject.toml index 5a96a617f64c..97fe085fd20d 100644 --- a/security_scanning/pyproject.toml +++ b/security_scanning/pyproject.toml @@ -54,7 +54,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 @ git+https://github.com/flashinfer-ai/flashinfer.git@v0.6.12rc1", + "flashinfer-python (==0.6.12rc2)", "opencv-python-headless (>=4.13.0.92,<5.0.0.0)", "xgrammar (==0.1.32)", "llguidance (==0.7.29)",