From 68a3dd2f6314100bb516593f9dc66d8e485e4225 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 10:40:31 +0000 Subject: [PATCH] Update mlir-aie to version v1.4.0 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 528ee193..b715e1e8 100755 --- a/requirements.txt +++ b/requirements.txt @@ -6,11 +6,11 @@ # version of torch (don't need CUDA), so we give this index precedence over the # main PyPI. These indices are consulted in order of precedence by pip. --index-url https://download.pytorch.org/whl/cpu ---extra-index-url https://github.com/Xilinx/mlir-aie/releases/expanded_assets/latest-wheels-4 +--extra-index-url https://github.com/Xilinx/mlir-aie/releases/expanded_assets/v1.4.0 --extra-index-url https://github.com/Xilinx/llvm-aie/releases/expanded_assets/nightly --extra-index-url https://pypi.org/simple -mlir_aie==1.3.5.dev20+g167f34d +mlir_aie==v1.4.0 llvm-aie==21.0.0.2026062301+cb664e8c black