From e6c16380d3b6dc17e1a0b942efd7b4c20d3dfb87 Mon Sep 17 00:00:00 2001 From: "konflux-internal-p02[bot]" <170854209+konflux-internal-p02[bot]@users.noreply.github.com> Date: Sun, 5 Jul 2026 01:00:47 +0000 Subject: [PATCH] Update dependency flashinfer-python to v0.6.14 Signed-off-by: konflux-internal-p02 <170854209+konflux-internal-p02[bot]@users.noreply.github.com> --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index cc3037ebb7..968881c56c 100644 --- a/setup.py +++ b/setup.py @@ -685,7 +685,7 @@ def _read_requirements(filename: str) -> list[str]: "mistral_common[audio]"], # Required for audio processing "video": [], # Kept for backwards compatibility # FlashInfer should be updated together with the Dockerfile - "flashinfer": ["flashinfer-python==0.2.11"], + "flashinfer": ["flashinfer-python==0.6.14"], }, cmdclass=cmdclass, package_data=package_data,