From c21f842f706bccd1104188b619a1cb9cbeebd69d Mon Sep 17 00:00:00 2001 From: Ean Garvey <87458719+monorimet@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:40:54 -0500 Subject: [PATCH] Remove windows IREE pin --- setup_venv.ps1 | 2 -- 1 file changed, 2 deletions(-) diff --git a/setup_venv.ps1 b/setup_venv.ps1 index c67b8fc83b..6a937bec62 100644 --- a/setup_venv.ps1 +++ b/setup_venv.ps1 @@ -89,7 +89,5 @@ else {python -m venv .\shark.venv\} python -m pip install --upgrade pip pip install wheel pip install -r requirements.txt -# remove this when windows DLL issues are fixed from LLVM changes -pip install --force-reinstall https://github.com/openxla/iree/releases/download/candidate-20240326.843/iree_compiler-20240326.843-cp311-cp311-win_amd64.whl https://github.com/openxla/iree/releases/download/candidate-20240326.843/iree_runtime-20240326.843-cp311-cp311-win_amd64.whl Write-Host "Source your venv with ./shark.venv/Scripts/activate"